R.utils (version 2.12.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 default
setOption(x, value, ...)

Value

Returns (invisibly) the previous value of the option.

Arguments

x

The name of the option to be set.

value

The new value of the option.

...

Not used.

Author

Henrik Bengtsson

See Also

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