diagnose_category | R Documentation |
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.
diagnose_category(.data, ..., max_distinct = 5)
.data |
dataframe |
... |
tidyselect |
max_distinct |
integer |
dataframe
iris %>%
diagnose_category()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.