Skip to contents

A wrapper with dplyr functions to drop columns with no information (all NA values)

Usage

drop_na_cols(x, unique = TRUE)

Arguments

x

data.frame

unique

logical, if TRUE (default), unique() function will be applied to the result.