summary_date: Summarize date distribution by year

Description Usage Arguments See Also Examples

View source: R/summary.R

Description

Summarize date distribution by year

Usage

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")
)

Arguments

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

See Also

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

Examples

1
# summary_date(sale, "dot", 2010:2019)

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