getOptionsList {easyreporting} | R Documentation |
returns the optionList from the easyreporting class (see the makeOptionList function for more details).
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)