R.oo (version 1.22.0)

getEnvironment.Object: 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 Object
getEnvironment(fun, ...)

Arguments

...

Not used.

Value

Returns an environment.

See Also

For more information see Object.

Examples

Run this code
# NOT RUN {
  ll(R.oo)
  ll(envir=getEnvironment(R.oo))
# }

Run the code above in your browser using DataCamp Workspace