powered by
Periods defined by precedent-setting legal cases adopting or rejecting the Inevitable Disclosure Doctrine (IDD) by state.
get_idd_periods(min_date, max_date)
tibble with four columns: state, period_type, start_date, end_date
First date of sample period
Last date of sample period
Three kinds of period by state:
Pre-adoption
Post-adoption
Post-rejection
idd_periods <- get_idd_periods(min_date = "1994-01-01", max_date = "2010-12-31") idd_periods
Run the code above in your browser using DataLab