EnvObj: Environment's Objects

View source: R/EnvObj.R

EnvObjR 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>


wnl documentation built on April 25, 2023, 9:11 a.m.