getOptions {PBSmodelling}R Documentation

get and set user options

Description

functions to set and get user options within an option class object

Usage

getOptions(option.object, key)
setOptions(option.object, ...)

Arguments

option.object options class object used for storing package options
... any number of user options to set, where the named argument is the option key and the value is the option value
key name of option to retrieve - if missing all options are returned

Value

getOptions: returns the value of the option specified by key. If key is missing, a list of all options.

Author(s)

Alex Couture-Beil

See Also

see option for an example of using PBSmodelling's option managment functions


[Package PBSmodelling version 2.55.175 Index]