summarize.envobj {quickcode} | R Documentation |
Retrieve the size contribution of all the available objects in the environment
summarize.envobj(envir = parent.frame())
envir |
the environment to retrieve objects from |
a dataframe of all the variables within the environment
# Get a data frame of all environment objects and their size
summarize.envobj()