Description Usage Arguments Value Examples
View source: R/n-prop-miss-complete.R
This is shorthand for mean(is.na(x))
1 | prop_miss(x)
|
x |
vector or data.frame |
numeric the proportion of missing values in x
1 2 | prop_miss(airquality)
prop_miss(airquality$Ozone)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.