drop_cols: Remove columns with missing values

Description Usage Arguments Details Value See Also

Description

Remove columns of a table whose values are all NA or who have any NA

Usage

1
2
3
4
5

Arguments

.tbl

table-like object

Details

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.

Value

An object of the same class as data with cols containing all NA values removed

See Also


tidyimpute documentation built on May 2, 2019, 3:32 p.m.