mkdCodeChunkEnd {easyreporting}R Documentation

mkdCodeChunkEnd

Description

it creates a code chunk end. Always use it after a mkdCodeChunkSt()

Usage

mkdCodeChunkEnd(object)

Arguments

object

an easyreporting class object

Value

none

Examples

## Not run: 
 rd <- easyreporting(filenamePath="./project_report",
                        title="example_report", author=c("It's me"))
mkdCodeChunkSt(rd)
## just leaving empty
mkdCodeChunkEnd(rd)

## End(Not run)

[Package easyreporting version 1.6.0 Index]