count_na | R Documentation |
Count the number of NA observations
count_na(x)
x |
A vector |
A numeric value
count_na(c(2,2,2))
count_na(c(2,2,NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.