virginia_beach_scraper | R Documentation |
Virginia Beach reports data in two html tables one for staff and another for residents. Data is reported regularly and the columns reported has changed over time.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Staff.Tested, Staff.Negative, Staff.Confirmed, Staff.Recovered, Residents.Tested, Residents.Negative, Residents.Confirmed, Residents.Pending, Residents.Recovered, Residents.Deaths, Residents.Population, Name, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Deaths, Residents.Tadmin, Staff.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Active
R_GlobalEnv::generic_scraper
-> virginia_beach_scraper
new()
virginia_beach_scraper$new( log, url = "https://www.vbso.net/coronavirus", id = "virginia_beach", type = "html", state = "VA", jurisdiction = "county", pull_func = virginia_beach_pull, restruct_func = virginia_beach_restruct, extract_func = virginia_beach_extract )
clone()
The objects of this class are cloneable with this method.
virginia_beach_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.