Rdocumentation
powered by
Learn R Programming
R.utils (version 2.0.2)
setOption: Sets a option in R
Description
Sets a option in R by specifying its name as a
character
string.
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".