california_statewide_scraper | R Documentation |
california_statewide data scraped from rendered power BI iframe. Testing data is also available at the facility level but will need to be scraped separately. Note that time series data for the state exists for comparison.
The facility name.
The number of confimed cases among residents.
The number of new cases among residents.
The number of active cases.
Residents released after testing positive.
Recovered cases.
Resident Deaths.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Tadmin, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Residents.Confirmed, Staff.Deaths, Residents.Deaths, Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tested, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> california_statewide_scraper
new()
california_statewide_scraper$new( log, url = "https://www.cdcr.ca.gov/covid19/updates/", id = "california_statewide", type = "img", state = "CA", jurisdiction = "state", pull_func = california_statewide_pull, restruct_func = california_statewide_restruct, extract_func = california_statewide_extract )
clone()
The objects of this class are cloneable with this method.
california_statewide_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.