Create a Plot of IRS spray Dates for a District
plot_irs_history(
district_name,
start = 2012,
end = 2026,
add = FALSE,
clr = "#4686FBFF"
)
a district name
the first year to plot
the last year to plot
if TRUE, add to an existing plot
a color for the labels
invisible()