get_idd_periods: Period for Inevitable Disclosure Doctrine (IDD)

View source: R/get_idd_periods.R

get_idd_periodsR 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

farr documentation built on Feb. 16, 2023, 8:11 p.m.