env {formula.tools}R Documentation

Get the environment

Description

Get the environment

Usage

env(x)

## S3 method for class 'formula'
env(x)

Arguments

x

object to get environoment from

Details

S3 returns the environment associated with an object.

For a formula object, 'env' returns the environment in the '.Environment' attribute.

Value

Environment

Examples


env( lhs ~ rhs ) 


[Package formula.tools version 1.7.1 Index]