| na_cols {mark} | R Documentation |
Selecting NA columns
Description
Select or remove columns that are entirely NA
Usage
select_na_cols(x)
remove_na_cols(x)
is_na_cols(x, names = TRUE)
Arguments
x |
A |
names |
Logical, if |
Value
-
select_na_cols()xwith only columns that are allNA -
remove_na_cols()xwithout columns of onlyNA -
is_na_cols()a logical vector:TRUEall rows of column areNA, otherwiseFALSE
[Package mark version 0.8.0 Index]