category_tally {ezEDA} | R Documentation |
Plot counts of a category
category_tally(data, category_column)
data |
A data frame or tibble |
category_column |
Unquoted column name of category (can be factor, character or numeric) |
A ggplot plot object
category_tally(ggplot2::mpg, class)
category_tally(ggplot2::diamonds, cut)