washington_scraper | R Documentation |
WA has a number of html tables on their page with both facility specific and state-wide information.
Facility specific
Facility specific
state-wide
state-wide
state wide
state wide
state wide
state wide
state wide
state wide
facility specific
state wide
Facility specific
Facility specific
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Residents.Tested, Residents.Negative, Residents.Pending, Name, Residents.Quarantine, Staff.Confirmed, Staff.Deaths, Residents.Confirmed, Residents.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tadmin, Staff.Negative, Staff.Pending, Staff.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> washington_scraper
new()
washington_scraper$new( log, url = "https://www.doc.wa.gov/corrections/covid-19/data.htm", id = "washington", type = "html", state = "WA", jurisdiction = "state", pull_func = washington_pull, restruct_func = washington_restruct, extract_func = washington_extract )
clone()
The objects of this class are cloneable with this method.
washington_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.