kansas_statewide_scraperR Documentation

Scraper class for general kansas_statewide COVID data

Description

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

Super class

R_GlobalEnv::generic_scraper -> kansas_statewide_scraper

Methods

Public methods

Inherited methods

Method new()

Usage
kansas_statewide_scraper$new(
  log,
 
    url = "https://www.kansas_statewide.gov/corrections/sites/kansas_statewide.gov.corrections/files/inline-files/MDOC%20COVID19WebDashboard11-9-2020.pdf",
  id = "kansas_statewide",
  type = "manual",
  state = "KS",
  jurisdiction = "state",
  pull_func = kansas_statewide_pull,
  restruct_func = kansas_statewide_restruct,
  extract_func = kansas_statewide_extract
)

Method clone()

The objects of this class are cloneable with this method.

Usage
kansas_statewide_scraper$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.