powered by
prettyNum()
Use prettyNum() to format numbers
fmt_pretty(big.mark = ",", ..., scientific = FALSE)
An object you can pass into number_format().
number_format()
Passed to prettyNum().
Other format functions: fmt_percent()
fmt_percent()
jams$Sales <- c( "Sales", 35000, 55500, 20000 ) set_number_format( jams, -1, "Sales", fmt_pretty() )
Run the code above in your browser using DataLab