orleans_parish_scraperR Documentation

Scraper class for general orleans_parish COVID data

Description

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

Facility_Name

The faciilty name.

Details

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

Super class

R_GlobalEnv::generic_scraper -> orleans_parish_scraper

Methods

Public methods

Inherited methods

Method new()

Usage
orleans_parish_scraper$new(
  log,
  url = "http://opcso.org/index.php",
  id = "orleans_parish",
  type = "manual",
  state = "LA",
  jurisdiction = "county",
  pull_func = orleans_parish_pull,
  restruct_func = orleans_parish_restruct,
  extract_func = orleans_parish_extract
)

Method clone()

The objects of this class are cloneable with this method.

Usage
orleans_parish_scraper$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.