EnvObj {wnl} | R Documentation |
Environment's Objects
Description
Get an environment's visible objects as a list.
Usage
EnvObj(envir = e)
Arguments
envir |
environment to get its content |
Details
All the visible objects in the environment including functions and data will be returned.
Value
All visible objects as a list
Author(s)
Kyun-Seop Bae <k@acr.kr>
[Package wnl version 0.8.1 Index]