| env_inherits {rlang} | R Documentation |
This returns TRUE if x has ancestor among its parents.
env_inherits(env, ancestor)
env |
An environment or an object bundling an environment, e.g. a formula, quosure or closure. |
ancestor |
Another environment from which |