santa_clara_county_jail_scraper | R Documentation |
This will be a description of santa_clara_county_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.Tadmin, Residents.Population, Name, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Staff.Deaths, Residents.Deaths, Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tested, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine
R_GlobalEnv::generic_scraper
-> santa_clara_county_jail_scraper
new()
santa_clara_county_jail_scraper$new( log, url = "https://countysheriff.sccgov.org/covid-19/covid-19-dashboard", id = "santa_clara_county_jail", type = "csv", state = "CA", jurisdiction = "county", pull_func = santa_clara_county_jail_pull, restruct_func = santa_clara_county_jail_restruct, extract_func = santa_clara_county_jail_extract )
clone()
The objects of this class are cloneable with this method.
santa_clara_county_jail_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.