Description Usage Arguments Value Examples
prints the sessionInfo and compiles the rmarkdown file
1 2 | ## S4 method for signature 'easyreporting'
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.