powered by
Get the environment
env(x)# S3 method for formula env(x)
# S3 method for formula env(x)
object to get environoment from
Environment
S3 returns the environment associated with an object.
For a formula object, `env` returns the environment in the `.Environment` attribute.
# NOT RUN { env( lhs ~ rhs ) # }
Run the code above in your browser using DataLab