View source: R/number-format-functions.R
| fmt_pretty | R Documentation |
prettyNum() to format numbersUse prettyNum() to format numbers
fmt_pretty(big.mark = ",", ..., scientific = FALSE)
big.mark, scientific, ... |
Passed to |
An object you can pass into number_format().
Other format functions:
fmt_percent()
jams$Sales <- c(
"Sales", 35000,
55500, 20000
)
set_number_format(
jams, -1, "Sales",
fmt_pretty()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.