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 | rd <- easyreporting(filenamePath="./project_report",
title="example_report", author=c("It's me"))
mkdTitle(rd, "First Level Title")
mkdTitle(rd, "Sub-Title", level=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.