phil_jails_scraper | R Documentation |
Philadelphia data jail is sparse but is conveniently reported in an api.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Residents.Population, Residents.Active, Residents.Confirmed, Name, 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.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine
R_GlobalEnv::generic_scraper
-> phil_jails_scraper
new()
phil_jails_scraper$new( log, url = "https://www.phila.gov/programs/coronavirus-disease-2019-covid-19/testing-and-data/#/philadelphia-prisons-covid-19-data", id = "phil_jails", type = "json", state = "PA", jurisdiction = "county", pull_func = phil_jails_pull, restruct_func = phil_jails_restruct, extract_func = phil_jails_extract )
clone()
The objects of this class are cloneable with this method.
phil_jails_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.