iowa_scraper | R Documentation |
Html table with minimal recoding and cleaning
The faciilty name
Cumulative residents tested. Not tests administered.
Cumulative number of residents who are positive.
Cumulative residents recovered.
Cumulative number of staff who are positive.
Cumulative staff recovered.
Cumulative residents who have died.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Tested, Residents.Confirmed, Residents.Recovered, Staff.Confirmed, Staff.Recovered, Residents.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Deaths, Staff.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> iowa_scraper
new()
iowa_scraper$new( log, url = "https://doc.iowa.gov/COVID19", id = "iowa", state = "IA", type = "html", jurisdiction = "state", pull_func = xml2::read_html, restruct_func = iowa_restruct, extract_func = iowa_extract )
clone()
The objects of this class are cloneable with this method.
iowa_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.