plot_month: Make a sales by month plot

Description Usage Arguments See Also Examples

View source: R/visualize.R

Description

Intended to be run from run_visual. Expects a dashboard formatted table as input filtered to include a single group & quarter.

Usage

1
plot_month(df, plot_title = "Sales by Month")

Arguments

df

data frame with summary results

plot_title

caption to show in plot

See Also

Other functions to run dashboard visualization: get_county_map(), int_breaks(), join_county_map(), plot_bar(), plot_county(), plot_value2(), plotly_config(), run_visual_county(), ui_button_layout()

Examples

1
2
3
4
library(dplyr)
data(dashboard)
filter(dashboard, group == "all_sports", quarter == 4) %>%
    plot_month()

southwick-associates/sadash documentation built on Jan. 6, 2022, 5:17 p.m.