count_nas | R Documentation |
Count the number of NAs in each variable
count_nas(data, sort = FALSE, return_count = FALSE)
data |
dataset |
sort |
logical. If TRUE, the final count will be sorted by the proportion of NAs |
return_count |
logical. If FALSE, the count is printed, and the dataset is invisibly returned. If TRUE, the count itself is returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.