powered by
Approximate size of an integer; a poor man's exponential notation.
approx.size(x, unit.names = "long", ..., digits = 1)
A number.
"long", "short", or "comma"; determines wheter the output reads like "10 million", "10m", or "10,000,000", respectively.
Additional arguments
The number of decimal digits to retain.
An object of class approx.
approx
A simple printing system to make numbers readable.
howmany
# NOT RUN { library(memuse) approx.size(12345678) approx.size(12345678, unit.names="comma") # } # NOT RUN { # }
Run the code above in your browser using DataLab