R/mean_na.R
mean_na.Rd
Proportion of values that are NA.
mean_na(v)
A vector.
A double, mean(is.na(v)).
mean(is.na(v))