DT::formatCurrency that returns NULL when the input table
is NULL (instead of throwing an error).Safe wrapper for DT::formatCurrency
Wrapper for DT::formatCurrency that returns NULL when the input table
is NULL (instead of throwing an error).
format_numbers_DT(x, ...)Behaves the same output as DT::formatCurrency except when
x is NULL. Then NULL is returned and no error is thrown.
A table object created from DT::datatable()
other arguments passed to DT::formatCurrency
Ian Kopacka