scoped_env: Deprecated scoped
functions
Description
These functions are deprecated as of rlang 0.3.0. Please use
is_attached()
instead.
Usage
scoped_env(nm)is_scoped(nm)
Arguments
- nm
The name of an environment attached to the search
path. Call base::search()
to see what is currently on the path.