Last data update: 2014.03.03

R: Options
with_optionsR Documentation

Options

Description

Temporarily change global options.

Usage

with_options(new, code)

Arguments

new

[named list]
New options and their values

code

[any]
Code to execute in the temporary environment

Value

[any]
The results of the evaluation of the code argument.

See Also

withr for examples

options

Results