Description Usage Arguments Value Examples
Convert decimal to percent and add space before percent sign
1 | percent_sep(x, places = 2, sep = TRUE)
|
x |
Numeric |
places |
Integer; how many places to round to? |
sep |
Logical; add space before percent sign? Default is |
x String reprenting x as percent, with space added before percent sign
1 2 3 | percent_sep(0.12345)
percent_sep(0.12345, places=3)
percent_sep(0.12345, sep=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.