Warning! This function is used only to construct an expression to be evaluated in a data.table. Do not use this in R as a regular function like the other ReportFunctions.

number(..., na.rm = FALSE)

Arguments

...

One or more expressions to be pasted with collapse = " ".

na.rm

All functions used as ReportFunction in must have an na.rm argument. This is however not used in this function.