format_numbers_heuristic | R Documentation |
format_numbers_heuristic a custom function to display large numbers (below 1000) without any decimal, and small numbers with one decimal all values are displayed with thousand separator, no scientific notation and trailing zeroes are dropped
format_numbers_heuristic(number)
number |
the number to format |
a formatted number as a string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.