category_tally {ezEDA} | R Documentation |
Plot counts of a category
Description
Plot counts of a category
Usage
category_tally(data, category_column)
Arguments
data |
A data frame or tibble |
category_column |
Unquoted column name of category (can be factor, character or numeric) |
Value
A ggplot plot object
Examples
category_tally(ggplot2::mpg, class)
category_tally(ggplot2::diamonds, cut)
[Package ezEDA version 0.1.1 Index]