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()
x
with only columns that are allNA
-
remove_na_cols()
x
without columns of onlyNA
-
is_na_cols()
a logical vector:TRUE
all rows of column areNA
, otherwiseFALSE
[Package mark version 0.8.0 Index]