lss | R Documentation |
Show the name and memory size of objects in an R session.
lss(n = 5, pos = 1, decreasing = TRUE, order.by=c("Size", "Type"))
n |
number of objects to show. |
pos |
specifying the environment; see |
decreasing |
sorting order. |
order.by |
sorting variable. |
This function shows the names and sizes of objects in an R session. This is useful for managing avaiable memory in an R Session.
Return a dataframe object with the following columns: name, type, size, prettysize, rows, and columns.
Changyou Sun (edwinsun258@gmail.com)
ls
.
lss()
ls()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.