virginia_scraper | R Documentation |
VA cumulative confirmed does not account for transfers out as listed in the table. data is pulled from the html table directly
The facility name.
Infected and at facility
Currently hospitalized
Residents deaths
No transfers but cumulative
Staff currently infected
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Deaths, Residents.Confirmed, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Staff.Deaths, Staff.Recovered, 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
-> virginia_scraper
new()
virginia_scraper$new( log, url = "https://vadoc.virginia.gov/news-press-releases/2020/covid-19-updates/", id = "virginia", type = "html", state = "VA", jurisdiction = "state", pull_func = virginia_pull, restruct_func = virginia_restruct, extract_func = virginia_extract )
clone()
The objects of this class are cloneable with this method.
virginia_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.