sep_thousands {hgutils} | R Documentation |
Adds comma's to separate thousands in numbers
Description
Adds comma's to separate thousands in numbers
Usage
sep_thousands(n)
Arguments
n |
a real number |
Value
A string with the number and thousands separated by comma's.
Examples
sep_thousands(13243.33) #13,243.33
[Package hgutils version 0.2.11 Index]