plot_bar: Bar plot of a categorical column in a dataframe

Description Usage Arguments Value Examples

View source: R/plot_bar.R

Description

Bar plot of a categorical column in a dataframe

Usage

1
plot_bar(.data, .cat)

Arguments

.data

a dataframe

.cat

unquoted name of a categrocial column

Value

a ggplot

Examples

1
2
library(dplyr)
plot_bar(starwars, eye_color)

BenjaminLouis/datascan documentation built on May 26, 2019, 1:35 p.m.