env {formula.tools} | R Documentation |
Get the environment
env(x)
## S3 method for class 'formula'
env(x)
x |
object to get environoment from |
S3 returns the environment associated with an object.
For a formula object, 'env' returns the environment in the '.Environment' attribute.
Environment
env( lhs ~ rhs )