| get_idd_periods {farr} | R Documentation | 
Period for Inevitable Disclosure Doctrine (IDD)
Description
Periods defined by precedent-setting legal cases adopting or rejecting the Inevitable Disclosure Doctrine (IDD) by state.
Usage
get_idd_periods(min_date, max_date)
Arguments
| min_date | First date of sample period | 
| max_date | Last date of sample period | 
Details
Three kinds of period by state:
- Pre-adoption 
- Post-adoption 
- Post-rejection 
Value
tibble with four columns: state, period_type, start_date, end_date
Examples
idd_periods <- get_idd_periods(min_date = "1994-01-01",
                               max_date = "2010-12-31")
idd_periods
[Package farr version 0.3.0 Index]