florida_url_scraperR Documentation

Scraper class for general Florida COVID data

Description

Florida has an html table for reporting results at the facilty level which has been consistent but they have recently stopped reporting facility level deaths. The death data is now reported weekly in a table further down on the web page.

Facility

The faciilty name.

Resident Security Quarantine
Resident Medical Quarantine
Resident Medical Isolation
Resident Pending Tests
Resident Negative Tests
Resident Positive Tests
Staff Positive Tests

Details

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

Methods

Public methods

Inherited methods

Method new()

Usage
florida_url_scraper$new(
  log,
  url = "http://www.dc.state.fl.us/comm/covid-19.html",
  id = "florida_url",
  type = "img",
  state = "FL",
  jurisdiction = "state",
  pull_func = florida_url_pull,
  restruct_func = florida_url_restruct,
  extract_func = florida_url_extract
)

Method clone()

The objects of this class are cloneable with this method.

Usage
florida_url_scraper$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.