Description Usage Arguments Value Examples
View source: R/output_format.R
Change a double num into human readable percent style String.
1 | style_percent(num, keta = 1, diff = TRUE)
|
num |
double |
keta |
int |
diff |
logical |
string
1 2 | style_percent(0.1)
style_percent(0.1, keta = 2, diff = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.