View source: R/helper-humanreadable.R
humanreadable | R Documentation |
Make a number human readable
humanreadable(x, base = 10^3, suffix = "", signif_digits = 3)
x |
Number. |
base |
typically 1000 or 2^10. |
suffix |
Will be concatendated to the end. |
signif_digits |
Number of significant digits. |
human readable representation of the number
humanreadable(1234.567)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.