osize {fixest} | R 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)
[Package fixest version 0.12.1 Index]