Description Usage Arguments Value See Also Examples
format_comma
outputs the given numeric vector with a comma thousands
separator for pretty printing.
1 | format_comma(x, trim = TRUE, ...)
|
x |
The numeric vector. |
trim |
logical; if FALSE, logical, numeric and complex values are right-justified to a common width: if TRUE the leading blanks for justification are suppressed (default: TRUE). |
A character version of x where thousands are separated by comma.
1 2 3 4 5 | ## Not run:
format_comma(vars$START)
format_comma(vars$END)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.