new_york_statewide_scraper | R Documentation |
NY only produces staff data at the state level within the html of the site. Data is scrapped from tables.
Staff Deaths
Staff Confirmed
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Staff.Confirmed, Name, Staff.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Residents.Confirmed, Residents.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
-> new_york_statewide_scraper
new()
new_york_statewide_scraper$new( log, url = "https://doccs.ny.gov/doccs-covid-19-report", id = "new_york_statewide", type = "html", state = "NY", jurisdiction = "state", pull_func = new_york_statewide_pull, restruct_func = new_york_statewide_restruct, extract_func = new_york_statewide_extract )
clone()
The objects of this class are cloneable with this method.
new_york_statewide_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.