Description Usage Arguments Details Value See Also
Remove columns of a table whose values are all NA or who have any NA
1 2 3 4 5 | drop_cols_all_na(.tbl)
drop_cols_any_na(.tbl)
drop_na_cols(.tbl)
|
.tbl |
table-like object |
drop_cols_all_na removes all cols whose only values are NA.
drop_cols_any_na removes columns that have any NA. They work on all
table-like objects.
An object of the same class as data with cols containing all
NA values removed
dplyr::select()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.