montana_scraper | R Documentation |
MN records a cumulative account since June 1, 2020 for confirmed cases in contract facilities.
The facility name.
Residents cumulative confirmed
Staff cumulative confirmed
State-wide only
State-wide only
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Confirmed, Staff.Confirmed, Residents.Deaths, Staff.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> montana_scraper
new()
montana_scraper$new( log, url = "https://cor.mt.gov/COVID-19", id = "montana", type = "html", state = "MT", jurisdiction = "state", pull_func = montana_pull, restruct_func = montana_restruct, extract_func = montana_extract )
clone()
The objects of this class are cloneable with this method.
montana_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.