Description Usage Arguments Value Examples
Convert a number to a string, with commas every 3rd digit
| 1 | add_commas(numbers)
 | 
| numbers | Vector of non-negative numbers (will be rounded to integers) | 
Character string with numbers written like "7,547,085".
| 1 | add_commas(c(231, 91310, 2123, 9911001020, 999723285))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.