Use prettyNum() to format numbers
Use 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())
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.