powered by
A summaryFunction, intended to be called from summarize (and makeDataReport), which counts the number of missing (NA) values in a variable.
summaryFunction
summarize
makeDataReport
NA
countMissing(v, ...)
A variable (vector).
Not in use.
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).
summaryResult
$feature
$result
$value
summarize, allSummaryFunctions, summaryFunction, summaryResult
allSummaryFunctions
# NOT RUN { countMissing(c(1:100, rep(NA, 10))) # }
Run the code above in your browser using DataLab