Return the proportion of missing values
This is shorthand for mean(is.na(x))
prop_miss(x)
x |
vector or data.frame |
numeric the proportion of missing values in x
prop_miss(airquality) prop_miss(airquality$Ozone)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.