format_num_auto | R Documentation |
Formats a number depending on the value as number with space, scientific or big number as k (1 000), M (1 000 000) or B (1 000 000 000)
format_num_auto(number = 0, digits = 1)
number |
A number (integer or real) |
digits |
Number of digits |
Formatted number as text
format_num_kMB(5500, digits = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.