connecticut_scraper | R Documentation |
CT stores information within tables in images. The image information appears to be consistent making OCR possible.
The facility name.
Residents positives
Residents recovered
Residents who are in the hospital not neccisarily quarantine
Residents who have died with some connection to covid-19
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Confirmed, Residents.Recovered, Residents.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Staff.Deaths, Staff.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
-> connecticut_scraper
new()
connecticut_scraper$new( log, url = "https://portal.ct.gov/DOC/Common-Elements/Common-Elements/Health-Information-and-Advisories", id = "connecticut", type = "img", state = "CT", jurisdiction = "state", pull_func = connecticut_pull, restruct_func = connecticut_restruct, extract_func = connecticut_extract )
clone()
The objects of this class are cloneable with this method.
connecticut_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.