california_staff_scraper | R Documentation |
california_staff data scraped from html table. Names do not correspond to the names listed in the resident table and must be harmonized.
The facility name.
The number of confimed cases among staff.
The number of new cases among Staff.
The number of active cases among staff.
Staff Recovered.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Staff.Confirmed, Staff.Recovered, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Residents.Confirmed, Staff.Deaths, Residents.Deaths, Residents.Recovered, Staff.Tested, Residents.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> california_staff_scraper
new()
california_staff_scraper$new( log, url = "https://www.cdcr.ca.gov/covid19/cdcr-cchcs-covid-19-status/", id = "california_staff", type = "html", state = "CA", jurisdiction = "state", pull_func = california_staff_pull, restruct_func = california_staff_restruct, extract_func = california_staff_extract )
clone()
The objects of this class are cloneable with this method.
california_staff_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.