Used internally (not exported) to apply all relevant formatting. It is
documented here only because it can be used when setting the
dfSummary.custom.1
and dfSummary.custom.1
options.
format_number(x, round.digits, ...)
if (FALSE) {
format_number(IQR(column_data, na.rm = TRUE), round.digits)
format_number(IQR(column_data, na.rm = TRUE), decimal.mark = ",")
}
Run the code above in your browser using DataLab