count_na | R Documentation |
Pass a data frame and the missing pattern of all columns in the data frame. The data frame is returned unmodified.
count_na(data, include = NULL, exclude = NULL)
data |
data frame |
include |
character vector of names to include |
exclude |
character vector of names to exclude |
original data frame invisibly returned
trial %>% count_na()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.