getOptionsList,easyreporting-method {easyreporting}R Documentation

getOptionsList

Description

returns the optionList from the easyreporting class

Usage

## S4 method for signature 'easyreporting'
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.6.0 Index]