Rdocumentation
powered by
Learn R Programming
rlang (version 0.0.0.9000)
is_env: Is object an environment?
Description
is_bare_env()
tests whether
x
is an environment without a s3 or s4 class.
Usage
is_env(x)
is_bare_env(x)
Arguments
x
object to test