sep_thousands | R Documentation |
Adds comma's to separate thousands in numbers
sep_thousands(n)
n |
a real number |
A string with the number and thousands separated by comma's.
sep_thousands(13243.33) #13,243.33
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.