ezr.get_env_objects: List objects in environment

Description Usage Details Value Examples

Description

Lists functions, dataframes, variables, vectors, etc in the environment along with the size. Code is largely from https://stackoverflow.com/questions/1358003/tricks-to-manage-the-available-memory-in-an-r-session.

Usage

1

Details

There are no parameters

Value

Dataframe of metadata about what is in the environment.

Examples

1
   mtcars2 = mtcars; x=3; ezr.get_env_objects()

jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.