powered by
counts the distinct entries of categorical variables. The max_distinct argument limits the scope to categorical variables with a maximum number of unique entries, to prevent overflow.
max_distinct
diagnose_category(.data, ..., max_distinct = 5)
dataframe
tidyselect
integer
# NOT RUN { iris %>% diagnose_category() # }
Run the code above in your browser using DataLab