lsos {multilevelPSA}R Documentation

Nicer list of objects in memory. Particularly useful for analysis of large data. # http://stackoverflow.com/questions/1358003/tricks-to-manage-the-available-memory-in-an-r-session

Description

Nicer list of objects in memory. Particularly useful for analysis of large data. # http://stackoverflow.com/questions/1358003/tricks-to-manage-the-available-memory-in-an-r-session

Usage

lsos(..., n = 10)

Arguments

...

not used.

n

the number of objects to return.

Value

a list of objects loaded sorted by size.


[Package multilevelPSA version 1.2.5 Index]