Description Usage Arguments Value
Use remove_high_missing_col
to remove columns from a dataframe that have an excessive proportion of missing values.
1 | remove_high_missing_col(x, prop = 1, n = 1000)
|
x |
a dataframe |
prop |
a number between 0 and 1, if a column has more than this proportion of missing values it is removed. (default = 1) |
n |
the number of rows to use to sample from when calculating the proportion of missing vaalue. useful for large datasets. (default = 1000) |
a dataframe
with missing rows removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.