format_num_space | R Documentation |
Formats a big number using space as big.mark (1000 = 1 000)
format_num_space(number = 0, digits = 1)
number |
A number (integer or real) |
digits |
Number of digits |
Formatted number as text
format_num_space(5500, digits = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.