vermont_scraper | R Documentation |
This will be a description of vermont data and what the scraper does
The faciilty name.
The last run of the scraper was on 2021-01-08 and contained the extracted columns: Name, Staff.Confirmed, Residents.Confirmed, Staff.Deaths, Staff.Recovered, Residents.Recovered, Residents.Tested, Residents.Negative, Residents.Pending, Residents.Population, Staff.Quarantine, Residents.Quarantine, Residents.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Tested, Residents.Tadmin, Staff.Negative, Staff.Pending, Residents.Active
R_GlobalEnv::generic_scraper
-> vermont_scraper
new()
vermont_scraper$new( log, url = "https://doc.vermont.gov/covid-19-information-page", id = "vermont", type = "manual", state = "VT", jurisdiction = "state", pull_func = vermont_pull, restruct_func = vermont_restruct, extract_func = vermont_extract )
clone()
The objects of this class are cloneable with this method.
vermont_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.