View source: R/style_helpers.R
format_numbers | R Documentation |
Internal helper function to format numeric values for display in legends.
format_numbers(x, format, currency_symbol, digits, big_mark, suffix, prefix)
x |
Numeric vector to format. |
format |
Format type. |
currency_symbol |
Currency symbol for currency formatting. |
digits |
Number of decimal places. |
big_mark |
Thousands separator. |
suffix |
Suffix to append. |
prefix |
Prefix to prepend. |
Character vector of formatted numbers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.