Description Usage Arguments Value Examples
Inserts an rmarkdown title inside the report.
1 2 |
object |
an easyreporting class object |
title |
a string within the title. |
level |
a numeric from 1 to 6 (default is 1). |
none
1 2 3 4 5 6 7 8 | ## Not run:
rd <- easyreporting(filenamePath="./project_report",
title="example_report", author=c("It's me"))
mkdTitle(rd, "First Level Title")
mkdTitle(rd, "Sub-Title", level=2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.