scoped_env: Deprecated scoped
functions
Description
![[Deprecated]](figures/lifecycle-deprecated.svg?package=rlang&version=1.1.2)
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.