percent | R Documentation |
takes a decimal number and turns it into a character with specified digits and '
percent(x, digits = 2, format = "f", ...)
x |
is the numeric argument to be converted |
digits |
is the number of digits the number should be rounded to |
format |
is the format that the character should be |
... |
additional arguments to pass to format or paste0 |
percent_function()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.