Description Usage Arguments Details Value
A function to find missings values or values that should not be defined in a data frame.
1 | findMissing(data, values = c(NA), invalids = TRUE)
|
data |
A data frame |
values |
A vector of values to look or not to look for (see
|
invalids |
logical. Are the |
If invalids
is set to FALSE
, the values entered in
values
are the valid ones, all other values are reported. If set
to TRUE
, values specified in values
are invalid and
reported.
Returns a list with an entry for each variable that has missing values (or invalid values), the position of the missing or invalid values as well as the percentage of missing or invalid values per variable. Add some values here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.