View source: R/lifecycle-deprecated.R
scoped_interactive | R Documentation |
scoped_
functionsDeprecated as of rlang 0.4.2. Use local_interactive()
,
local_options()
, or local_bindings()
instead.
scoped_interactive(value = TRUE, frame = caller_env())
scoped_options(..., .frame = caller_env())
scoped_bindings(..., .env = .frame, .frame = caller_env())
value |
A single |
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 |
.env |
An environment. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.