lsos {abjutils} | R Documentation |
Improved list of objects
Description
Elegantly list objects in a R session.
Usage
lsos(
pos = 1,
pattern,
order.by = "Size",
decreasing = TRUE,
head = TRUE,
n = 10
)
Arguments
pos |
Where to look for the object (see "Details" in |
pattern |
An optional regular expression to match names ( |
order.by |
Sort by |
decreasing |
Should the sorting be decreasing? |
head |
Should |
n |
How many lines |
References
http://stackoverflow.com/questions/1358003/tricks-to-manage-the-available-memory-in-an-r-session
[Package abjutils version 0.3.2 Index]