h_format_dec | 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.