R/add_commas.R
add_commas.Rd
Adds commas to large numbers for easier readability.
add_commas(x)
A numeric vector.
A character vector of the same length as x with commas inserted as thousand separators.
x