Description Usage Arguments See Also Examples
Make a heatmap of license type customers by year
1 | plot_lic_types(df, truncate = 30)
|
df |
Count of license types as returned by |
truncate |
Truncation point for "description" variable. If NULL, no truncation will be performed. |
Other functions to summarize license data:
plot_demo()
,
summary_date()
,
summary_duration()
,
summary_lic_types()
,
summary_year_dot()
1 2 3 | # sale <- left_join(sale, lic, by = "lic_id")
# df <- summary_lic_types(sale)
# plot_lic_types(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.