Description Usage Arguments Details Examples
This function Remove Columns with too many NA values
1 | remove_var_na(df, d_count_na, tolerance = 75, verbose = TRUE)
|
df |
dataframe |
d_count_na |
dataframe with NA information created by na.Count |
tolerance |
percentual value of tolerance of NA values in a variable |
verbose |
verbose |
details
1 2 3 4 | ## Not run:
remove_var_na(df, d.count.na, tolerance = 30, verbose = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.