R/abs_util.R
count_unique.Rd
From a data frame get the columns with more than one distinct value.
count_unique(df, col_names = NULL)
A data frame.
A vector of column names to inspect.
A named logical vector where TRUE means there is more than one distinct value in the column.
TRUE