vermont_scraperR Documentation

Scraper class for general vermont COVID data

Description

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

Facility_Name

The faciilty name.

Details

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

Super class

R_GlobalEnv::generic_scraper -> vermont_scraper

Methods

Public methods

Inherited methods

Method new()

Usage
vermont_scraper$new(
  log,
  url = "https://doc.vermont.gov/covid-19-information-page",
  id = "vermont",
  type = "manual",
  state = "VT",
  jurisdiction = "state",
  pull_func = vermont_pull,
  restruct_func = vermont_restruct,
  extract_func = vermont_extract
)

Method clone()

The objects of this class are cloneable with this method.

Usage
vermont_scraper$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.