missouri_scraper | R Documentation |
Facility specific MO data comes from a power bi html table. Cumulative cases for facilities and deaths at the state level appear to be no longer reported here.
The facility name
Current infections among staff
Staff who have recovered from infection
Current infections among residents
Residents who have recovered from infection
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Staff.Recovered, Residents.Active, Residents.Recovered, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Residents.Confirmed, Staff.Deaths, Residents.Deaths, Staff.Tested, Residents.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population
R_GlobalEnv::generic_scraper
-> missouri_scraper
new()
missouri_scraper$new( log, url = "https://doc.mo.gov/media-center/newsroom/covid-19/data", id = "missouri", type = "img", state = "MO", jurisdiction = "state", pull_func = missouri_pull, restruct_func = missouri_restruct, extract_func = missouri_extract )
clone()
The objects of this class are cloneable with this method.
missouri_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.