Description Usage Arguments Examples
converts decimal doubles (e.g., 0.98) to character values with percent symbol
| 1 | percentize(x, digits = 0)
 | 
| x | is a vector of decimal values | 
| digits | is the number of digits to display in the output | 
| 1 | percentize(c(0.98, 0.50, 0.879))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.