R/helper.R
object_size.Rd
A wrapper for utils::object.size() that prints in megabytes (Mb) by default.
utils::object.size()
object_size(x, units = "Mb")
An R object.
The units to be used when printing the size.
A character string with the object size followed by the unit.