Description Usage Arguments Value Examples
Conversion from a numeric percentage to a French formatted label.
1 | str_percent_fr(x, digits = 0, sign = FALSE, suffix = TRUE)
|
x |
A numeric vector. |
digits |
Integer indicating the number of decimal places. Set to NULL to skip round. |
sign |
Display of "+" and "-". |
suffix |
Suffix after the percent value. |
A French formatted label.
1 | caractr::str_percent_fr(0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.