count_na | R Documentation |
Count the number of NA values in a vector.
count_na(x)
x |
A vector. |
An integer containing the number of NA values in the input vector.
Justin Wilkins, justin.wilkins@occams.com
## Not run:
count_na(c(0,5,7,NA,3,3,NA))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.