numShortHand | R Documentation |
Abbreviate numbers with scientific suffixes.
numShortHand(number, rounding = F, digits = ifelse(rounding, NA, 2))
number |
Floating point or integer. |
rounding |
Boolean, round provided number if TRUE. |
digits |
Number of significant digits to round number to if rounding set to TRUE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.