Description Usage Arguments Value Examples
count_na count the number of NA in a vector
1
count_na(x)
x
a vector
a tibble
1 2 3
table_training$code_departement %>% count_na() plyr::ldply(.data = table_training, .fun = count_na)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.