santa_rita_jail_scraperR Documentation

Scraper class for general santa_rita_jail COVID data

Description

This will be a description of santa_rita_jail data and what the scraper does

Facility_Name

The faciilty name.

Details

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

Super class

R_GlobalEnv::generic_scraper -> santa_rita_jail_scraper

Methods

Public methods

Inherited methods

Method new()

Usage
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
)

Method clone()

The objects of this class are cloneable with this method.

Usage
santa_rita_jail_scraper$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.