tennessee_scraper | R Documentation |
Data is pulled from a pdf at a static location that is updated. We need to find better documentation on what variables mean.
The facility name
Tests administred not actually residents tested
Seems to be active rather than cumulative positive
Negative tests not residents negative
Residents currently pending
Residents recovered
Residents deaths
cant tell if cumulative
seems to be recovered
Staff deaths
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Staff.Confirmed, Staff.Recovered, Staff.Deaths, Residents.Tadmin, Residents.Active, Residents.Negative, Residents.Pending, Residents.Recovered, Residents.Deaths, Residents.Confirmed, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Tested, Residents.Tested, Staff.Negative, Staff.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population
R_GlobalEnv::generic_scraper
-> tennessee_scraper
new()
tennessee_scraper$new( log, url = "https://www.tn.gov/correction.html", id = "tennessee", type = "pdf", state = "TN", jurisdiction = "state", pull_func = tennessee_pull, restruct_func = tennessee_restruct, extract_func = tennessee_extract )
clone()
The objects of this class are cloneable with this method.
tennessee_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.