Description Usage Arguments Value Note See Also Examples
When given a dataframe object, this function will return a dataframe object with 1 row per variable with the sum of NA's. sorted alphabetically.
1 |
df |
dataframe |
na.strings |
Character - values to treat as NA |
ignore.case |
Logical - TRUE/FALSE as to whether na.strings should be case specific |
a dataframe containing the columns: var [Character]: variables from dataframe na [Integer]: count of missing values perc [Numeric]: percentage of that level
no columns: "no columns provided"
an example for na.strings is c("NA", "Missing", "no_xml")
expl_categorical
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.