Description Usage Arguments Value Examples
View source: R/statistic_functions.R
Manage the display digit format in french format
1 | setFormatToNumber(num, round = 3)
|
round |
an integer, the number of digit after the decimal separator. Default to 3 |
pvalues |
a numeric, witch need to be formated |
a formated character
1 2 3 | digit <- 12.359
digit_f <- setFormatToNumber(digit)
digit_f
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.