osize: Formatted object size

View source: R/data_tools.R

osizeR Documentation

Formatted object size

Description

Tools that returns a formatted object size, where the appropriate unit is automatically chosen.

Usage

osize(x)

## S3 method for class 'osize'
print(x, ...)

Arguments

x

Any R object.

...

Not currently used.

Value

Returns a character scalar.

Author(s)

Laurent Berge

Examples


osize(iris)

data(trade)
osize(trade)



fixest documentation built on Nov. 24, 2023, 5:11 p.m.