A summaryFunction, intended to be called from
summarize (and makeDataReport), which counts the
number of missing (NA) values in a variable.
Usage
countMissing(v, ...)
Value
A summaryResult object with the following entries:
$feature ("No. missing obs."), $result (the number and percentage
missing observations) and $value (the number of missing observations).