category_tally: Plot counts of a category

Description Usage Arguments Value Examples

View source: R/tallies.R

Description

Plot counts of a category

Usage

1
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

1
2
category_tally(ggplot2::mpg, class)
category_tally(ggplot2::diamonds, cut)

kviswana/ezEDA documentation built on July 1, 2021, 1:02 p.m.