setOption.Options
From R.utils v1.7.5
by Henrik Bengtsson
Sets an option
Sets an option in the options tree structure.
- Keywords
- methods, internal, programming
Usage
## S3 method for class 'Options':
setOption(this, pathname, value, overwrite=TRUE, ...)
Arguments
Value
- Returns (invisibly) the old option value.
See Also
*hasOption()
.
*setOption()
.
For more information see Options
.
Community examples
Looks like there are no examples yet.