Description Usage Arguments Value Examples
prints the sessionInfo and compiles the produced rmarkdown file into an HTML report.
1 | compile(object)
|
object |
an easyreporting class object |
none
1 2 3 | rd <- easyreporting(filenamePath="./project_report", title="example_report",
author=c("It's me"))
compile(rd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.