EnvObj {wnl} | R Documentation |
Get an environment's visible objects as a list.
EnvObj(envir = e)
envir |
environment to get its content |
All the visible objects in the environment including functions and data will be returned.
All visible objects as a list
Kyun-Seop Bae <k@acr.kr>