sacramento_county_jail_scraperR Documentation

Scraper class for general sacramento_county_jail COVID data

Description

This will be a description of sacramento_county_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.Deaths, Residents.Tadmin, Residents.Population, Name, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Staff.Deaths, Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tested, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine

Super class

R_GlobalEnv::generic_scraper -> sacramento_county_jail_scraper

Methods

Public methods

Inherited methods

Method new()

Usage
sacramento_county_jail_scraper$new(
  log,
  url = "https://www.sacsheriff.com/pages/covid19.php",
  id = "sacramento_county_jail",
  type = "csv",
  state = "CA",
  jurisdiction = "county",
  pull_func = sacramento_county_jail_pull,
  restruct_func = sacramento_county_jail_restruct,
  extract_func = sacramento_county_jail_extract
)

Method clone()

The objects of this class are cloneable with this method.

Usage
sacramento_county_jail_scraper$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.