setOption.Options | R Documentation |
Sets an option in the options tree structure.
## S3 method for class 'Options'
setOption(this, pathname, value, overwrite=TRUE, ...)
pathname |
A single |
value |
The value to be assigned to the option. |
overwrite |
If |
... |
Not used. |
Returns (invisibly) the old option value.
Henrik Bengtsson
*hasOption()
.
*setOption()
.
For more information see Options
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.