oregon_testing_scraperR Documentation

Scraper class for general oregon_testing COVID data

Description

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

Super class

R_GlobalEnv::generic_scraper -> oregon_testing_scraper

Methods

Public methods

Inherited methods

Method new()

Usage
oregon_testing_scraper$new(
  log,
 
    url = "https://public.tableau.com/profile/josh4372#!/vizhome/ODOCCovid-19TestResultDates/ODOCCOVID-19Testing?publish=yes",
  id = "oregon_testing",
  type = "csv",
  state = "OR",
  jurisdiction = "state",
  pull_func = oregon_testing_pull,
  restruct_func = oregon_testing_restruct,
  extract_func = oregon_testing_extract
)

Method clone()

The objects of this class are cloneable with this method.

Usage
oregon_testing_scraper$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.