ws_size: See the memory usage of objects in your workspace

Description Usage Value

View source: R/utilityFunctions.R

Description

It's easy to see the memory usage of a single object with object.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

1

Value

A data_frame 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/ghzutils documentation built on Nov. 30, 2020, 5:23 a.m.