montana_scraperR Documentation

Scraper class for general montana COVID data

Description

MN records a cumulative account since June 1, 2020 for confirmed cases in contract facilities.

Facility_Name

The facility name.

Residents Confirmed

Residents cumulative confirmed

Staff Confirmed

Staff cumulative confirmed

Residents Deaths

State-wide only

Staff Deaths

State-wide only

Details

The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Confirmed, Staff.Confirmed, Residents.Deaths, Staff.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: 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 -> montana_scraper

Methods

Public methods

Inherited methods

Method new()

Usage
montana_scraper$new(
  log,
  url = "https://cor.mt.gov/COVID-19",
  id = "montana",
  type = "html",
  state = "MT",
  jurisdiction = "state",
  pull_func = montana_pull,
  restruct_func = montana_restruct,
  extract_func = montana_extract
)

Method clone()

The objects of this class are cloneable with this method.

Usage
montana_scraper$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.