hennepin_county_scraperR Documentation

Scraper class for general hennepin_county COVID data

Description

Hennepin county reports data in an HTML table. Staff data is not currently reported.

CURRENT POPULATION

Daily resident population

MEDICALLY ISOLATED

Medically isolated

QUARANTINE

Quarantined

TOTAL POSITIVE IN CUSTODY

Residents with active infection

TOTAL POSITIVE TO DATE

Cumulative confirmed

PENDING

Tests still awaiting results

CONFIRMED NEGATIVE

Cumulative negative

TOTAL TESTED

Total tests administered.

Details

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

Super class

R_GlobalEnv::generic_scraper -> hennepin_county_scraper

Methods

Public methods

Inherited methods

Method new()

Usage
hennepin_county_scraper$new(
  log,
  url = "https://www.hennepinsheriff.org/jail-warrants/jail-information/COVID-19",
  id = "hennepin_county",
  type = "html",
  state = "MN",
  jurisdiction = "county",
  pull_func = hennepin_county_pull,
  restruct_func = hennepin_county_restruct,
  extract_func = hennepin_county_extract
)

Method clone()

The objects of this class are cloneable with this method.

Usage
hennepin_county_scraper$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.