Formats numbers with a thousand separator and two digits after the decimal point.
num_accounting(x, digits = 2L, format = "f", big.mark = ",", ...)
parse_accounting(
x,
digits = max(get_digits(x)),
format = "f",
big.mark = ",",
...
)
a numeric vector.
an integer to indicate the number of digits of the percentage string.
format type passed to formatC()
.
thousands separator
additional parameters passed to formattable()
.
Other numeric vectors:
num_comma()
,
num_currency()
,
num_digits()
,
num_percent()
,
num_scientific()