ws_size: See the memory usage of objects in your workspace

View source: R/fns.R

ws_sizeR Documentation

See the memory usage of objects in your workspace

Description

It's easy to see the memory usage of a single object with lobstr::obj_size() but doing that in a sorted, pretty way for everything in the workspace is a bit more involved. This function has taken care of that.

Usage

ws_size()

Value

A tibble of objects in the global environment and columns stating how much memory the objects are using (both with pretty units and the raw integer number of bytes).


andrewGhazi/geryon documentation built on April 14, 2025, 3:51 p.m.