Learn R Programming

multilevelPSA (version 1.3.0)

lsos: Nicer list of objects in memory. Particularly useful for analysis of large data. https://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. https://stackoverflow.com/questions/1358003/tricks-to-manage-the-available-memory-in-an-r-session

Usage

lsos(..., n = 10)

Value

a list of objects loaded sorted by size.

Arguments

...

not used.

n

the number of objects to return.