finra_shelter_in_place: FINRA Shelter in Place Dates

View source: R/finra_shelter_in_place.R

finra_shelter_in_placeR Documentation

FINRA Shelter in Place Dates

Description

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

Usage

finra_shelter_in_place()

find_date(x)

Arguments

x

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

Details

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

Value

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

Examples

## Not run: 
stay_orders <- R.COVID.19::finra_shelter_in_place()
head(stay_orders)

## End(Not run)


Fredo-XVII/R.COVID.19 documentation built on Aug. 6, 2022, 2:46 p.m.