h_format_dec {chevron} | R Documentation |
Decimal formatting
Description
Decimal formatting
Usage
h_format_dec(digits, format, ne = NULL)
Arguments
digits |
( |
format |
( |
ne |
( |
Value
function
formatting numbers with the defined format.
Examples
fun <- h_format_dec(c(1, 1), "%s - %s")
fun(c(123, 567.89))
[Package chevron version 0.2.6 Index]