This function allows you to format numbers according to French conventions
french_formatting(x)
the number you need to format
a string
french_formatting(11000.12)#> [1] "11 000,12"