which_num_format | R Documentation |
Recognizes decimal values and decimal / thopusands separators. Also adds a specifier
which_num_format(str)
str |
A number as a character value |
a list with four values: number of decimal values, decimal and thousands separator and specifier value. The output has the following properties:
$n_decimal
$specifier
$decimal
$thousands
which_num_format("2135.3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.