Description Usage Arguments Value Examples
check_missing
identifies the variables in the data frame with missing values and
returns their variable names.
1 | check_missing(df, spaces = FALSE)
|
The |
input to the function is a data frame which is mandatory. The optional parameter is spaces. The code by default takes spaces as FALSE but you can override it to convert spaces to NAs and return the missing value results. |
Returns a vector of column names in the data frame which have missing values. If spaces parameter is over-ridden it returns the variables with single spaces and also treats and returns them as NAs as well.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.