plot_lic_types: Make a heatmap of license type customers by year

Description Usage Arguments See Also Examples

View source: R/summary.R

Description

Make a heatmap of license type customers by year

Usage

1

Arguments

df

Count of license types as returned by summary_lic_types

truncate

Truncation point for "description" variable. If NULL, no truncation will be performed.

See Also

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

Examples

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

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