illinois_scraper | R Documentation |
IL data self contained within html table. Death data may have have been reported in the past.
The facilty name
Staff Confirmed
Staff Recovered
Residents Confirmed
Residents Recovered
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Staff.Confirmed, Staff.Recovered, Residents.Confirmed, Residents.Recovered, Residents.Active, Residents.Tadmin, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Deaths, Residents.Deaths, Staff.Tested, Residents.Tested, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population
R_GlobalEnv::generic_scraper
-> illinois_scraper
new()
illinois_scraper$new( log, url = "https://www2.illinois.gov/idoc/facilities/Pages/Covid19Response.aspx", id = "illinois", type = "html", state = "IL", jurisdiction = "state", pull_func = illinois_pull, restruct_func = illinois_restruct, extract_func = illinois_extract )
clone()
The objects of this class are cloneable with this method.
illinois_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.