Description Usage Arguments Value Examples
it creates a code chunk end. Always use it after a mkdCodeChunkSt()
1 | mkdCodeChunkEnd(object)
|
object |
an easyreporting class object |
none
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.