is_env {rlang} | R Documentation |
These functions were soft-deprecated and renamed to
is_environment()
and is_bare_environment()
in rlang 0.2.0. This
is for consistency with other type predicates which are not
abbreviated.
is_env(x) is_bare_env(x)
x |
object to test |