ls_size: Obtain list of objects by memory usage.

Description Usage Arguments Value Author(s) Examples

Description

ls_size obtain the list of objects with their memory usage.

Usage

1
ls_size(units = "MB", ...)

Arguments

units

Unit to be printed as with object.size function.

...

Additional parameters passed to ls.

Value

vector of objects size sorted by memory usage.

Author(s)

Erick A. Chacon-Montalvan

Examples

1
2
x <- c("1", "b")
ls_size(units = "KB")

ErickChacon/day2day documentation built on May 6, 2019, 4:03 p.m.