mkdCodeChunkEnd {easyreporting} | R Documentation |
it creates a code chunk end. Always use it after a mkdCodeChunkSt()
mkdCodeChunkEnd(object)
object |
an easyreporting class object |
none
rd <- easyreporting(filenamePath="./project_report", title="example_report", author=c("It's me")) mkdCodeChunkSt(rd) ## just leaving empty mkdCodeChunkEnd(rd)