lsos | R Documentation |
Prints a table showing the size of biggest objects in the global environment (by default). Based on code by Dirk Eddelbuettel at StackOverflow
lsos(
pos = 1,
pattern,
order.by = "Size_Mb",
decreasing = TRUE,
head = TRUE,
n = 10
)
pos |
numeric. an alternative argument to name for specifying the environment as a position in the search list. Mostly there for back compatibility. |
pattern |
character. pattern to match objects listed |
order.by |
character. Name of column to order results by. Set to NULL for not ordering |
decreasing |
logical. Set to FALSE if increasing order is desired |
head |
logical. By default limits results to n results |
n |
numeric. Number of results to show when setting head to TRUE |
data.frame
Dirk Eddelbuettel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.