| getOptionsList,easyreporting-method {easyreporting} | R Documentation |
returns the optionList from the easyreporting class
## S4 method for signature 'easyreporting' getOptionsList(object)
object |
an easyreporting class object |
a list of options
rd <- easyreporting(filenamePath="./project_report", title="example_report",
author=c("It's me"))
optList <- getOptionsList(rd)