texas_jails_scraper | R Documentation |
Texas jails report the data below in a pdf where information is reported for most facilities in the state. Each page of the pdf should have the same information.
The facility name.
Does not look cumulative, needs checking.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Active, Residents.Pending, Residents.Quarantine, Residents.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Residents.Confirmed, Staff.Deaths, Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Staff.Quarantine, Residents.Population
R_GlobalEnv::generic_scraper
-> texas_jails_scraper
new()
texas_jails_scraper$new( log, url = "https://www.tcjs.state.tx.us/", id = "texas_jails", type = "pdf", state = "TX", jurisdiction = "county", pull_func = texas_jails_pull, restruct_func = texas_jails_restruct, extract_func = texas_jails_extract )
clone()
The objects of this class are cloneable with this method.
texas_jails_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.