st_luce_county_scraperR Documentation

Scraper class for general St Luce county COVID data

Description

St Luce county reports information in an html table. What has gone in to this table has changed over time.

Current Jail Population
Inmates Tested
Current Positive Cases
Inmate Hospitalizations

Details

The last run of the scraper was on 2021-01-11 and contained the extracted columns: Residents.Population, Residents.Tested, Name, 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, Staff.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Active

Super class

R_GlobalEnv::generic_scraper -> st_luce_county_scraper

Methods

Public methods

Inherited methods

Method new()

Usage
st_luce_county_scraper$new(
  log,
  url = "https://www.stluciesheriff.com/288/COVID-19-Information",
  id = "st_luce_county",
  type = "html",
  state = "FL",
  jurisdiction = "county",
  pull_func = st_luce_county_pull,
  restruct_func = st_luce_county_restruct,
  extract_func = st_luce_county_extract
)

Method clone()

The objects of this class are cloneable with this method.

Usage
st_luce_county_scraper$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.