listObjSizes: Show sizes of R-objects in Memory

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/describe.R

Description

Show sizes of R-objects in Memory

Usage

1

Arguments

...

arguments passed to further functions

Details

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()

Value

List of sizes of R-objects in memory.

Note

under continuous developement

Author(s)

Roland Rapold

References

none

See Also

other utility-functions in this R-package

Examples

1
2
3
4
if(require("MASS")){
    data(crabs, package="MASS")
    print(listObjSizes())
}

rrMisc documentation built on June 25, 2021, 3 a.m.