mkdCodeChunkEnd-easyreporting-method: mkdCodeChunkEnd

Description Usage Arguments Value Examples

Description

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

Usage

1
2
## S4 method for signature 'easyreporting'
mkdCodeChunkEnd(object)

Arguments

object

an easyreporting class object

Value

none

Examples

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

easyreporting documentation built on Nov. 8, 2020, 8:01 p.m.