powered by
Adds separating commas to big numbers. If a value is not numeric it will return the value unchanged and as a string.
comma_sep(number, nsmall = 0L)
string
number to be comma separated
minimum number of digits to the right of the decimal point
comma_sep(100) comma_sep(1000) comma_sep(3567000)
Run the code above in your browser using DataLab