Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

setOption.Options

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 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.

Value

Returns (invisibly) the old option value.

Author(s)

Henrik Bengtsson

See Also

*hasOption(). *setOption(). For more information see Options.


R.utils

Various Programming Utilities

v2.10.1
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.