rnd_perc | R Documentation |
Round decimal point number i.e. 0.9 to percentage i.e. 90%, always rounds 0.5 up
rnd_perc(x, digits = 0, dec = TRUE)
x |
data |
digits |
desired number of digits, defaults to 0 |
dec |
whether number is a decimal and should be multiplied by 100 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.