R/envobj.R
summarize.envobj.Rd
Retrieve the size contribution of all the available objects in the environment
summarize.envobj(envir = parent.frame())
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() #> objects size.bytes size.mbytes size.kbytes #> 1 TOTAL 0 0 0