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
6
7
8
## 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)

drighelli/easyreporting documentation built on March 22, 2021, 9:12 p.m.