Learn R Programming

tidyft (version 0.9.20)

object_size: Nice printing of report the Space Allocated for an Object

Description

Provides an estimate of the memory that is being used to store an R object. A wrapper of `object.size`, but use a nicer printing unit.

Usage

object_size(object)

Value

An object of class "object_size"

Arguments

object

an R object.

Examples

Run this code

iris %>% object_size()

Run the code above in your browser using DataLab