mkdCodeChunkEnd,easyreporting-method {easyreporting} | R Documentation |
it creates a code chunk end. Always use it after a mkdCodeChunkSt()
## S4 method for signature 'easyreporting' 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)