object_size_all: Get sizes, in Mb, of all objects in global environment

View source: R/utils.R

object_size_allR Documentation

Get sizes, in Mb, of all objects in global environment

Description

Returns table of sizes of all objects in the global environment in Mb (1024^2 B), in decreasing order of size.

Usage

object_size_all()

Value

A tibble with two columns: object name and size in Mb.


jedwards24/edwards documentation built on Sept. 2, 2023, 8:16 a.m.