h_format_dec {chevron} | R Documentation |
Decimal formatting
h_format_dec(digits, format, ne = NULL)
digits |
( |
format |
( |
ne |
( |
function
formatting numbers with the defined format.
fun <- h_format_dec(c(1, 1), "%s - %s")
fun(c(123, 567.89))