with_options {withr}R Documentation

Options

Description

Temporarily change global options.

Usage

with_options(new, code)

local_options(new, .local_envir = parent.frame())

Arguments

new

[named list]
New options and their values

code

[any]
Code to execute in the temporary environment

.local_envir

[environment]
The environment to use for scoping.

Value

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

See Also

withr for examples

options()


[Package withr version 2.1.2 Index]