nyc_jails_scraper | R Documentation |
This will be a description of nyc_jails 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: Staff.Confirmed, Name, Residents.Confirmed, Staff.Deaths, Residents.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> nyc_jails_scraper
new()
nyc_jails_scraper$new( log, url = "https://doccs.ny.gov/doccs-covid-19-report", id = "nyc_jails", type = "html", state = "NY", jurisdiction = "county", pull_func = nyc_jails_pull, restruct_func = nyc_jails_restruct, extract_func = nyc_jails_extract )
clone()
The objects of this class are cloneable with this method.
nyc_jails_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.