View source: R/utils-obj-sizes.R
obj_sizes | R Documentation |
Return a data frame of the names and sizes of the objects in a list
obj_sizes(lst, scale = c("b", "kb", "mb", "gb", "tb"), digits = 0, desc = TRUE)
lst |
The list |
scale |
A scale factor. If 1e3, return values in kB, if 1e6, GB, 1e12, TB |
digits |
The number of decimal places to show |
desc |
Logical. If |
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.