scoped_interactive: Deprecated 'scoped_' functions

View source: R/lifecycle-deprecated.R

scoped_interactiveR Documentation

Deprecated scoped_ functions

Description

[Deprecated]

Deprecated as of rlang 0.4.2. Use local_interactive(), local_options(), or local_bindings() instead.

Usage

scoped_interactive(value = TRUE, frame = caller_env())

scoped_options(..., .frame = caller_env())

scoped_bindings(..., .env = .frame, .frame = caller_env())

Arguments

value

A single TRUE or FALSE. This overrides the return value of is_interactive().

frame, .frame

The environment of a running function which defines the scope of the temporary options. When the function returns, the options are reset to their original values.

...

For local_options() and push_options(), named values defining new option values. For peek_options(), strings or character vectors of option names.

.env

An environment.


tidyverse/rlang documentation built on April 23, 2024, 1:29 a.m.