format_to_percentage | R Documentation |
Convert integer/floating point number format to percentage format
format_to_percentage(x, digits = 2, format = "f", ...)
x |
a number |
digits |
the desired number of digits after the decimal point |
format |
default to "f" which gives numbers in the usual xxx.xxx format. see help(formatC) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.