listObjSizes {rrMisc} | R Documentation |
Show sizes of R-objects in Memory
listObjSizes(...)
... |
arguments passed to further functions |
listObjSizes() returns a list of all objects in memory and lists them in order of increasing size. Object size is reported by the function utils::object.size()
List of sizes of R-objects in memory.
under continuous developement
Roland Rapold
none
other utility-functions in this R-package
if(require("MASS")){ data(crabs, package="MASS") print(listObjSizes()) }