fmt_pretty {huxtable} | R Documentation |
Use prettyNum()
to format numbers
Description
Use prettyNum()
to format numbers
Usage
fmt_pretty(big.mark = ",", ..., scientific = FALSE)
Arguments
big.mark , scientific , ... |
Passed to |
Value
An object you can pass into number_format()
.
See Also
Other format functions:
fmt_percent()
Examples
jams$Sales <- c("Sales", 35000,
55500, 20000)
set_number_format(jams, -1, "Sales",
fmt_pretty())
[Package huxtable version 5.5.6 Index]