env_inherits {rlang} | R Documentation |
Does environment inherit from another environment?
Description
This returns TRUE
if x
has ancestor
among its parents.
Usage
env_inherits(env, ancestor)
Arguments
env |
An environment. |
ancestor |
Another environment from which |
[Package rlang version 1.1.4 Index]