Description Usage Arguments Details Value Note Author(s) References See Also Examples
Show sizes of R-objects in Memory
| 1 | 
| ... | 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
| 1 2 3 4 | if(require("MASS")){
    data(crabs, package="MASS")
    print(listObjSizes())
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.