lss {rattle} | R Documentation |
List the sizes of objects.
lss(n=10, pos=1, pattern, order.by="Size", decreasing=TRUE, head=TRUE)
n |
show the top n largest objects. |
pos |
which environment. |
pattern |
objects to match. |
order.by |
how to order. |
decreasing |
show in decreasing order. |
head |
only show the top n. |
A data frame.
Based on posts by Dirk Eddelbuettel, Petr Pikal and David Hinds.
Package home page: http://rattle.togaware.com