san_diego_jails_scraper | R Documentation |
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Residents.Tested, Residents.Confirmed, Residents.Active, Residents.Recovered, Residents.Quarantine, Name, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Staff.Deaths, Residents.Deaths, Staff.Recovered, Staff.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Population
R_GlobalEnv::generic_scraper
-> san_diego_jails_scraper
new()
san_diego_jails_scraper$new( log, url = "https://www.sdsheriff.net/", id = "san_diego_jails", type = "img", state = "CA", jurisdiction = "county", pull_func = san_diego_jails_pull, restruct_func = san_diego_jails_restruct, extract_func = san_diego_jails_extract )
clone()
The objects of this class are cloneable with this method.
san_diego_jails_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.