diagnose_category: diagnose category

diagnose_categoryR Documentation

diagnose category

Description

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.

Usage

diagnose_category(.data, ..., max_distinct = 5)

Arguments

.data

dataframe

...

tidyselect

max_distinct

integer

Value

dataframe

Examples


iris %>%
diagnose_category()

Harrison4192/validata documentation built on April 14, 2025, 10:25 a.m.