getEnvir | R Documentation |
Generic S3 method for extracting an environment from an S3 object. A getter for an explicitly stored environment from an S3 object or list... probably the environment where the original function that created the object was called from. The default method is a wrapper for x$envir
.
getEnvir(x)
## Default S3 method:
getEnvir(x)
x |
S3 object to extract the environment |
getCall
, environment
, parent.env
, eval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.