Sets a option in R
Sets a option in R by specifying its name as a character
string.
## Default S3 method: setOption(x, value, ...)
x |
The name of the option to be set. |
value |
The new value of the option. |
... |
Not used. |
Returns (invisibly) the previous value of the option.
Henrik Bengtsson
See getOption
() and "base::options".
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.