rt_pretty_numbers_short | R Documentation |
Formats numeric values
rt_pretty_numbers_short(values, increase_precision_delta = 0)
values |
a numeric vector |
increase_precision_delta |
number of decimal places to increase or decrease from standard implementation |
rt_pretty_numbers_short(rnorm(n=10, mean=0, sd=0.001)) rt_pretty_numbers_short(rnorm(n=10, mean=1000000, sd=100000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.