hennepin_county_scraper | R Documentation |
Hennepin county reports data in an HTML table. Staff data is not currently reported.
Daily resident population
Medically isolated
Quarantined
Residents with active infection
Cumulative confirmed
Tests still awaiting results
Cumulative negative
Total tests administered.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Residents.Population, Residents.Confirmed, Residents.Pending, Residents.Negative, Residents.Tested, Name, Residents.Quarantine, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Staff.Deaths, Residents.Deaths, Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tadmin, Staff.Negative, Staff.Pending, Staff.Quarantine, Residents.Active
R_GlobalEnv::generic_scraper
-> hennepin_county_scraper
new()
hennepin_county_scraper$new( log, url = "https://www.hennepinsheriff.org/jail-warrants/jail-information/COVID-19", id = "hennepin_county", type = "html", state = "MN", jurisdiction = "county", pull_func = hennepin_county_pull, restruct_func = hennepin_county_restruct, extract_func = hennepin_county_extract )
clone()
The objects of this class are cloneable with this method.
hennepin_county_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.