| prop_na | R Documentation | 
Find the proportion of values of x that are NA.
prop_na(x)
x | 
 A vector to check.  | 
mean(is.na(x))
The proportion of values of x that are NA.
Other counting wrappers: 
count_diff(),
count_in(),
count_na(),
count_out(),
na_in(),
na_out(),
na_rep(),
prop_distinct(),
prop_in(),
prop_out(),
what_in(),
what_out()
prop_na(c("VT", "NH", NA, "ME"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.