getOption.Options
From R.utils v1.23.2
by Henrik Bengtsson
Gets an option
Gets an option in the options tree structure or return a default value.
- Keywords
- methods, internal, programming
Usage
## S3 method for class 'Options':
getOption(this, pathname=NULL, defaultValue=NULL, ...)
Arguments
- pathname
- A single or a
vector
ofcharacter
strings specifying the paths to the options to be queried. By default the complete options structure - defaultValue
- The default value to be returned, if option is
missing. If multiple options are queried at the same times, multiple
default values may be specified as a
vector
or a - ...
- Not used.
Value
See Also
*hasOption()
.
*setOption()
.
For more information see Options
.
Community examples
Looks like there are no examples yet.