| format_num | R Documentation |
General-purpose number formatter used by all display functions. For values
\ge 1000 (in absolute value), inserts the appropriate
thousands separator. Fixes negative-zero display artefacts.
format_num(x, fmt_str, marks)
x |
Numeric value to format. |
fmt_str |
Character string |
marks |
List with |
Character string with the formatted number.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.