setOption.Options {R.utils} | R Documentation |
Sets an option in the options tree structure.
## S3 method for class 'Options': setOption(this, pathname, value, overwrite=TRUE, ...)
pathname |
A single character string specifying the path to the
option. |
value |
The value to be assigned to the option. |
overwrite |
If TRUE , already existing options are overwritten,
otherwise not. |
... |
Not used. |
Returns (invisibly) the old option value.
Henrik Bengtsson (http://www.braju.com/R/)
*hasOption()
.
*setOption()
.
For more information see Options
.