Description Usage Arguments Value
View source: R/remove_col_na.R
remove_col_na removed columns in a data frame where the proportion of
NA values exceeds the given threshold.
| 1 | remove_col_na(df, threshold = 0.2, quiet = T)
 | 
| df | The data frame where columns are removed | 
| threshold | The maximum allowable proportion of  | 
| quiet | Whether to suppress the display the number of removed columns.
The default is  | 
A data frame where columns whose proportion of NAs exceed a given
proportion removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.