setFormatToNumber: Format some digit in the french format for display usage

Description Usage Arguments Value Examples

View source: R/statistic_functions.R

Description

Manage the display digit format in french format

Usage

1

Arguments

round

an integer, the number of digit after the decimal separator. Default to 3

pvalues

a numeric, witch need to be formated

Value

a formated character

Examples

1
2
3
digit <- 12.359
digit_f <- setFormatToNumber(digit)
digit_f

rgriffier/statsBordeaux documentation built on Aug. 11, 2021, 9:59 a.m.