R/utils.R
drop_na_cols.Rd
A wrapper with `dplyr` functions to drop columns with no information (all `NA` values)
drop_na_cols(x, unique = TRUE)
data.frame
logical, if TRUE (default), `unique()` function will be applied to the result.