Count missing values
countMissing(var, na.rm = FALSE)
var
the vector to sum up the number of missing values
na.rm
ignore this
the number of missing values for that vector
Owen Jin
aggregateData