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