Description Usage Arguments Examples
View source: R/print_percent.R
The number is converted into a percentage, then rounded.
| 1 | percentize(x)
 | 
| x | numeric | 
| 1 2 3 4 5 | percentize(-1)
percentize(1L)
percentize(7.7)
percentize(0.01)
percentize(0.001)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.