missouri_statewide_scraper | R Documentation |
State wide MO data comes directly from html on page. Provides more detail than facility specific scraper.Also includes non-facility information for staff.
Active Inmate Cases
Active Prison Staff Cases
Staff deaths related to COVID
Resident deaths related to COVID
NPS cumulative infections
NPS active
NPS recovered
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Staff.Deaths, Residents.Deaths, Residents.Tadmin, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Residents.Confirmed, Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tested, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> missouri_statewide_scraper
new()
missouri_statewide_scraper$new( log, url = "https://doc.mo.gov/media-center/newsroom/covid-19/data", id = "missouri_statewide", type = "html", state = "MO", jurisdiction = "state", pull_func = missouri_statewide_pull, restruct_func = missouri_statewide_restruct, extract_func = missouri_statewide_extract )
clone()
The objects of this class are cloneable with this method.
missouri_statewide_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.