lsos: Improved List of Objects

Description Usage Value References Examples

View source: R/utility_functions.R

Description

A function created by Dirk Eddelbuettel that lists the objects currently in the workspace along with pertinent information.

Usage

1
lsos(..., n = 10)

Value

A list of objects in the workspace, along with their memory usage and dimensions.

References

Eddelbuettel, D. (2009). Retrieved from http://stackoverflow.com/questions/1358003/tricks-to-manage-the-available-memory-in-an-r-session

Examples

1
2
x = rnorm( 100 )
lsos()

rettopnivek/utilityf documentation built on March 1, 2021, 7:05 p.m.