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

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

[Package easyreporting version 1.2.0 Index]