R.utils (version 1.19.3)

setOption: Sets a option in R

Description

Sets a option in R by specifying its name as a character string.

Usage

## S3 method for class 'default':
setOption(x, value, ...)

Arguments

x
The name of the option to be set.
value
The new value of the option.
...
Not used.

Value

  • Returns (invisibly) the previous value of the option.

See Also

See getOption() and "base::options".