Learn R Programming

wnl (version 0.8.2)

EnvObj: Environment's Objects

Description

Get an environment's visible objects as a list.

Usage

EnvObj(envir = e)

Value

All visible objects as a list

Arguments

envir

environment to get its content

Author

Kyun-Seop Bae <k@acr.kr>

Details

All the visible objects in the environment including functions and data will be returned.