nebraska_scraper | R Documentation |
NE reports data mostly at the state level within several easy to scrape html tables.
The facility name
Residents currently infected at facility
State-wide only
State-wide only
State-wide only
State-wide only
State-wide only
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Tadmin, Residents.Confirmed, Residents.Recovered, Residents.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Staff.Deaths, Staff.Recovered, Staff.Tested, Residents.Tested, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> nebraska_scraper
new()
nebraska_scraper$new( log, url = "https://corrections.nebraska.gov/ndcs-covid-19-data", id = "nebraska", type = "html", state = "NE", jurisdiction = "state", pull_func = nebraska_pull, restruct_func = nebraska_restruct, extract_func = nebraska_extract )
clone()
The objects of this class are cloneable with this method.
nebraska_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.