Format numeric value to add marks
format_num.Rd
Format value to add a thousand and decimal mark.
Arguments
- x
A numeric vector
- digits
A numeric integer single value (default = 2), that will be the number of decimal digits
- decimal_mark
A character single value to use as the decimal mark (default = '.')
- thousand_mark
A character single value to use as the thousand mark (default = ',')
- br_mark
A boolean value, if TRUE the function will set decimal_mark = ',' and thousand_mark = '.' (default = FALSE)