checkmissing | R Documentation |
checkMissing
checkmissing(data, varlist = NULL, sort = FALSE, showall = FALSE)
data |
a data.frame, a vector or a vector of colnames |
varlist |
a list of variable to be tested. Is used only if "what" is not a dataframe |
sort |
boolean If TRUE the output table is sorted 'NOT IMPLEMENTED' |
showall |
boolean if FALSE, the default, then variables with no missing values are not included in the table |
list of 2 tables
Gilles Desve
# still nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.