Quickly make a line plot of volume over time for a grouping variable
Source:R/plots_volume.R
dr_plot_vot_group.Rd
Quickly make a line plot of volume over time for a grouping variable
Usage
dr_plot_vot_group(
data,
group_var,
date_var = date,
time_unit = c("day", "week", "month", "quarter", "year")
)