setOption | R Documentation |
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".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.