
Last chance! 50% off unlimited learning
Sale ends in
pos.to.env(x)
1
and length(search())
, the length
of the search path, or -1
.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.
pos.to.env(1) # R_GlobalEnv
# the next returns the base environment
pos.to.env(length(search()))
Run the code above in your browser using DataLab