setOption.Rd
Sets a option in R by specifying its name as a character
string.
# S3 method for default
setOption(x, value, ...)
The name of the option to be set.
The new value of the option.
Not used.
Returns (invisibly) the previous value of the option.
See getOption
() and "base::options".