getEnvironment.Object: Gets the environment of this object

getEnvironment.ObjectR Documentation

Gets the environment of this object

Description

Gets the environment of this object. This is the environment where the members of the Object are stored.

Usage

## S3 method for class 'Object'
getEnvironment(fun, ...)

Arguments

...

Not used.

Value

Returns an environment.

Author(s)

Henrik Bengtsson

See Also

For more information see Object.

Examples

  ll(R.oo)
  ll(envir=getEnvironment(R.oo))

R.oo documentation built on June 12, 2022, 9:05 a.m.