R/data_tools.R
osize.Rd
Tools that returns a formatted object size, where the appropriate unit is automatically chosen.
osize(x) # S3 method for osize print(x, ...)
Any R object.
Not currently used.
Returns a character scalar.
Laurent Berge
osize(iris) #> 7.3 Ko. data(trade) osize(trade) #> 1.5 Mo.