texas_scraper | R Documentation |
Data pulled from Texas API with minimal cleaning required. Description of variables can be found here https://www.tdcj.texas.gov/covid-19/definitions.html
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Tadmin, Residents.Confirmed, Residents.Quarantine, Residents.Recovered, Staff.Confirmed, Staff.Recovered, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Deaths, Residents.Deaths, Staff.Tested, Residents.Tested, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> texas_scraper
new()
texas_scraper$new( log, url = "https://www.tdcj.texas.gov/covid-19/presumed.html", id = "texas", type = "json", state = "TX", jurisdiction = "state", pull_func = texas_pull, restruct_func = texas_restruct, extract_func = texas_extract )
clone()
The objects of this class are cloneable with this method.
texas_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.