santa_rita_jail_scraper | R Documentation |
This will be a description of santa_rita_jail data and what the scraper does
The faciilty name.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Residents.Confirmed, Residents.Active, Residents.Recovered, Residents.Deaths, Residents.Tadmin, Residents.Pending, Name, 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, Staff.Quarantine, Residents.Quarantine, Residents.Population
R_GlobalEnv::generic_scraper
-> santa_rita_jail_scraper
new()
santa_rita_jail_scraper$new( log, url = "https://www.alamedacountysheriff.org/dc_srj_visiting.php", id = "santa_rita_jail", type = "csv", state = "CA", jurisdiction = "county", pull_func = santa_rita_jail_pull, restruct_func = santa_rita_jail_restruct, extract_func = santa_rita_jail_extract )
clone()
The objects of this class are cloneable with this method.
santa_rita_jail_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.