san_diego_jails_employee_scraperR Documentation

Scraper class for general San Diego County jails COVID data

Details

The last run of the scraper was on 2021-01-11 and contained the extracted columns: Staff.Confirmed, Staff.Recovered, Staff.Deaths, Name, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Residents.Confirmed, Residents.Deaths, Residents.Recovered, Staff.Tested, Residents.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active

Super class

R_GlobalEnv::generic_scraper -> san_diego_jails_employee_scraper

Methods

Public methods

Inherited methods

Method new()

Usage
san_diego_jails_employee_scraper$new(
  log,
  url = "https://www.sdsheriff.net/",
  id = "san_diego_jails_employee",
  type = "img",
  state = "CA",
  jurisdiction = "county",
  pull_func = san_diego_jails_employee_pull,
  restruct_func = san_diego_jails_employee_restruct,
  extract_func = san_diego_jails_employee_extract
)

Method clone()

The objects of this class are cloneable with this method.

Usage
san_diego_jails_employee_scraper$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.