getOptions {PBSmodelling} | R Documentation |
functions to set and get user options within an option class object
getOptions(option.object, key) setOptions(option.object, ...)
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 |
getOptions
: returns the value of the option specified by key
. If key
is missing, a list of all options.
Alex Couture-Beil
see option
for an example of using PBSmodelling's option managment functions