summary_lic_types: Count license type customers by year

Description Usage Arguments See Also Examples

View source: R/summary.R

Description

Count license type customers by year

Usage

1
summary_lic_types(df, types = c("hunt", "fish", "combo"))

Arguments

df

data frame with sale data and license type info

types

types to include (based on "type" variable)

See Also

Other functions to summarize license data: plot_demo(), plot_lic_types(), summary_date(), summary_duration(), summary_year_dot()

Examples

1
2
# sale <- left_join(sale, lic, by = "lic_id")
# summary_lic_types(sale)

southwick-associates/salicprep documentation built on Oct. 6, 2020, 12:03 p.m.