delaware_scraperR Documentation

Scraper class for general delaware COVID data

Description

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

Super class

R_GlobalEnv::generic_scraper -> delaware_scraper

Methods

Public methods

Inherited methods

Method new()

Usage
delaware_scraper$new(
  log,
  url = "https://doc.delaware.gov/assets/documents/Confirmed_COVID_Cases.pdf",
  id = "delaware",
  type = "manual",
  state = "DE",
  jurisdiction = "state",
  pull_func = delaware_pull,
  restruct_func = delaware_restruct,
  extract_func = delaware_extract
)

Method clone()

The objects of this class are cloneable with this method.

Usage
delaware_scraper$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.