Description Usage Arguments Details Examples
Returns the environment at a specified position in the search path.
| 1 | pos.to.env(x)
 | 
| x | an integer between  | 
Several R functions for manipulating objects in environments (such as
get and ls) allow specifying environments
via corresponding positions in the search path.  pos.to.env is
a convenience function for programmers which converts these positions
to corresponding environments; users will typically have no need for
it.  It is primitive.
-1 is interpreted as the environment the function is called
from.
This is a primitive function.
| 1 2 3 | pos.to.env(1) # R_GlobalEnv
# the next returns the base environment
pos.to.env(length(search()))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.