prop_na.Rd
Ratio of NA to non NA
prop_na(x)
A vector or matrix or array
numeric
prop_na(c(1,NA, 2, NA, 3))#> [1] 0.4