Description Usage Arguments Value
Format values to percentage format. Multiply 100 and add % symbol.
1 | format_percent(x, digits = 2, format = "f", ...)
|
x |
Number to format percentage. |
digits |
the desired number of digits after the decimal
point ( Default: 2 for integer, 4 for real numbers. If less than 0,
the C default of 6 digits is used. If specified as more than 50, 50
will be used with a warning unless |
format |
equal to
|
... |
arguments passed to |
A formatted percent character.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.