R/comma.R
comma.Rd
A lightweight helper that formats numeric values with commas and disables scientific notation.
comma(x)
Numeric vector to format.
Character vector with numbers formatted using , as the thousands separator.
,
comma(1234567) #> [1] "1,234,567"