getOptionsList {easyreporting}R Documentation

getOptionsList

Description

returns the optionList from the easyreporting class (see the makeOptionList function for more details).

Usage

getOptionsList(object)

Arguments

object

an easyreporting class object

Value

a list of options

Examples

## Not run: 
rd <- easyreporting(filenamePath="./project_report", title="example_report",
                        author=c("It's me"))
optList <- getOptionsList(rd)

## End(Not run)

[Package easyreporting version 1.4.0 Index]