Description Usage Arguments See Also Examples
Summarize date distribution by year
1 2 3 4 5 6 7 | summary_date(
df,
date_var,
yrs,
samp_size = 1e+05,
facet = function() facet_wrap(~.data$year, scales = "free_x")
)
|
df |
data frame with date variable |
date_var |
name of date variable |
yrs |
years of interest |
samp_size |
sample size to use for efficiency. If NULL, no sample will be used. |
facet |
facetting function to apply to the plot |
Other functions to summarize license data:
plot_demo()
,
plot_lic_types()
,
summary_duration()
,
summary_lic_types()
,
summary_year_dot()
1 | # summary_date(sale, "dot", 2010:2019)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.