summarize.envobj {quickcode} | R Documentation |
Get all the environment objects and their sizes
Description
Retrieve the size contribution of all the available objects in the environment
Usage
summarize.envobj(envir = parent.frame())
Arguments
envir |
the environment to retrieve objects from |
Value
a dataframe of all the variables within the environment
Examples
# Get a data frame of all environment objects and their size
summarize.envobj()
[Package quickcode version 0.9.1 Index]