View source: R/get_idd_periods.R
get_idd_periods | R Documentation |
Periods defined by precedent-setting legal cases adopting or rejecting the Inevitable Disclosure Doctrine (IDD) by state.
get_idd_periods(min_date, max_date)
min_date |
First date of sample period |
max_date |
Last date of sample period |
Three kinds of period by state:
Pre-adoption
Post-adoption
Post-rejection
tibble with four columns: state, period_type, start_date, end_date
idd_periods <- get_idd_periods(min_date = "1994-01-01",
max_date = "2010-12-31")
idd_periods
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.