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

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


[Package easyreporting version 1.2.0 Index]