This function allows you to format numbers according to French conventions

french_formatting(x)

Arguments

x

the number you need to format

Value

a string

Examples

french_formatting(11000.12)
#> [1] "11 000,12"