| resolve_number_marks | R Documentation |
Converts a number_format specification into a list of big.mark
and decimal.mark values used by all downstream formatting functions.
Supports named presets, custom two-element vectors, and the global
summata.number_format option.
resolve_number_marks(number_format = NULL)
number_format |
Character string specifying a named preset, a
two-element character vector Named presets:
Custom vector: |
A list with components:
big.markCharacter string for thousands separator.
decimal.markCharacter string for decimal separator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.