.env {constructive} | R Documentation |
Fetch environment from memory address
Description
This is designed to be used in constructed output. The parents
and ...
arguments
are not processed and only used to display additional information. If used on
an improper memory address the output might be erratic or the session might crash.
Usage
.env(address, parents = NULL, ...)
Arguments
address |
Memory address of the environment |
parents , ... |
ignored |
Value
The environment that the memory address points to.
[Package constructive version 0.3.0 Index]