Description Usage Arguments Value See Also Examples
A summaryFunction
, intended to be called from
summarize
(and makeDataReport
), which counts the
number of missing (NA
) values in a variable.
1 | countMissing(v, ...)
|
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).
summarize
, allSummaryFunctions
,
summaryFunction
, summaryResult
1 | countMissing(c(1:100, rep(NA, 10)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.