Skip to contents

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()
#>   objects size.bytes size.mbytes size.kbytes
#> 1   TOTAL          0           0           0