powered by
Show the name and memory size of objects in an R session.
lss(n = 5, pos = 1, decreasing = TRUE, order.by=c("Size", "Type"))
Return a dataframe object with the following columns: name, type, size, prettysize, rows, and columns.
number of objects to show.
specifying the environment; see ls.
ls
sorting order.
sorting variable.
Changyou Sun (edwinsun258@gmail.com)
This function shows the names and sizes of objects in an R session. This is useful for managing avaiable memory in an R Session.
ls.
lss() ls()
Run the code above in your browser using DataLab