View source: R/n-prop-miss-complete.R
pct_miss | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.