maricopa_county_scraper | R Documentation |
County jail data scraper pulls data from special elements of class dataNumber.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Residents.Tadmin, Residents.Confirmed, Residents.Active, Residents.Deaths, Name, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Staff.Deaths, Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tested, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population
R_GlobalEnv::generic_scraper
-> maricopa_county_scraper
new()
maricopa_county_scraper$new( log, url = "https://www.maricopa.gov/5574/COVID-19-in-County-Jails", id = "maricopa_county", type = "html", state = "AZ", jurisdiction = "county", pull_func = xml2::read_html, restruct_func = maricopa_county_restruct, extract_func = maricopa_county_extract )
clone()
The objects of this class are cloneable with this method.
maricopa_county_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.