setOption.Options {R.utils} | R Documentation |
Sets an option
Description
Sets an option in the options tree structure.
Usage
## S3 method for class 'Options'
setOption(this, pathname, value, overwrite=TRUE, ...)
Arguments
pathname |
A single |
value |
The value to be assigned to the option. |
overwrite |
If |
... |
Not used. |
Value
Returns (invisibly) the old option value.
Author(s)
Henrik Bengtsson
See Also
*hasOption()
.
*setOption()
.
For more information see Options
.
[Package R.utils version 2.13.0 Index]