Description Usage Arguments Value Examples
returns the optionList from the easyreporting class
1 2 | ## S4 method for signature 'easyreporting'
getOptionsList(object)
|
object |
an easyreporting class object |
a list of options
1 2 3 4 5 6 | ## Not run:
rd <- easyreporting(filenamePath="./project_report", title="example_report",
author=c("It's me"))
optList <- getOptionsList(rd)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.