powered by
Calculate the sizes of all of the objects in the workspace.
objsizes(obj, bysize = TRUE)
Vector of object names. If missing, pull out all object names.
If TRUE, sort the objects from smallest to largest.
TRUE
A data frame with the only column being the size of each object in megabytes (Mb). The row names are the names of the objects.
Calls object.size to get the sizes of a list of objects.
object.size
# NOT RUN { print(output <- objsizes()) # } # NOT RUN { sum(output) # }
Run the code above in your browser using DataLab