Learn R Programming

noamtools (version 0.1)

lso: List objects in the workspace

Description

This function lists objects in the workspace in decreasing order of size, showing their memory usage and length/rows/columns as necessary. This is the shorthand version. .ls.objects has more options. This is taken from http://stackoverflow.com/a/4951004/1757441.

Usage

lso(..., n = 20)

Arguments

...
arguments to pass to .ls.objects
n
number of objects to list