pennsylvania_scraper | R Documentation |
PN data come from an xlsx sheet which is frequently updated. Note that this data is also available on the PN DOC website through a Microsoft BI app.
The facility name.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Staff.Confirmed, Staff.Negative, Staff.Pending, Staff.Deaths, Staff.Recovered, Residents.Confirmed, Residents.Negative, Residents.Pending, Residents.Deaths, Residents.Recovered, Residents.Tested, Staff.Tested, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Residents.Tadmin, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> pennsylvania_scraper
new()
pennsylvania_scraper$new( log, url = "https://www.cor.pa.gov/Pages/COVID-19.aspx", id = "pennsylvania", type = "csv", state = "PA", jurisdiction = "state", pull_func = pennsylvania_pull, restruct_func = pennsylvania_restruct, extract_func = pennsylvania_extract )
clone()
The objects of this class are cloneable with this method.
pennsylvania_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.