Examples for 'base::pos.to.env'


Convert Positions in the Search Path to Environments

Aliases: pos.to.env

Keywords: utilities

### ** Examples

pos.to.env(1) # R_GlobalEnv
<environment: R_GlobalEnv>
# the next returns the base environment
pos.to.env(length(search()))
<environment: base>

[Package base version 4.2.3 Index]