| count_na | R Documentation | 
count_na(x)
x | 
 a vector  | 
number of NA or NaN in x (integer)
x <- c(4, 6, NA, 3, NaN, 1)
count_na(x)
z <- c(NA, NaN, "w", "a", "b", NA)
count_na(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.