This functions pulls dates for shelter in place order by states with notes and start date and end dates, as well as, extention dates from the FINRA COVID-19 website. No Parameters

finra_shelter_in_place()

find_date(x)

Arguments

x

`string` character string that has date descriptions, such as Apr 24

Value

A dataframe/tibble. A pre-saved copy is saved within the package, finra_sh_in_pl_df.

Details

Website: https://www.finra.org/rules-guidance/key-topics/covid-19/shelter-in-place

Examples

if (FALSE) { stay_orders <- R.COVID.19::finra_shelter_in_place() head(stay_orders) }