setOption
From R.utils v1.7.5
by Henrik Bengtsson
Sets a option in R
Sets a option in R by specifying its name as a character
string.
- Keywords
- programming
Usage
## S3 method for class 'default':
setOption(x, value, ...)
Arguments
- x
- The name of the option to be set.
- value
- The new value of the option.
- ...
- Not used.
Value
- Returns (invisibly) the previous value of the option.
See Also
See getOption
() and "base::options".
Community examples
Looks like there are no examples yet.