texas_statewide_scraper | R Documentation |
Data pulled from texas_statewide 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.Deaths, Staff.Tested, Staff.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Residents.Confirmed, Staff.Recovered, Residents.Recovered, Residents.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> texas_statewide_scraper
new()
texas_statewide_scraper$new( log, url = "https://www.tdcj.texas.gov/covid-19/index.html", id = "texas_statewide", type = "json", state = "TX", jurisdiction = "state", pull_func = texas_statewide_pull, restruct_func = texas_statewide_restruct, extract_func = texas_statewide_extract )
clone()
The objects of this class are cloneable with this method.
texas_statewide_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.