alabama_scraper | R Documentation |
Alabama scraper comes directly from an api. Minimal cleaning required. Note that Alabama does not report the number of tests administered but rather the number of residents tested.
The facility name.
The type of facility i.e. private, work-release, major, etc
Address
City
State
Zip
Facility alternative name
The number of inmates tested rather than total tests administered.
Cummulative Inmates Tested
Inmate_Pending
Cummulative Inmates Recovered
Cumulative Deaths
Employees Positive
Employees Recovered
Employees Death
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Tested, Residents.Confirmed, Residents.Pending, Residents.Deaths, Residents.Recovered, Staff.Confirmed, Staff.Deaths, Staff.Recovered, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> alabama_scraper
new()
alabama_scraper$new( log, url = "http://www.doc.alabama.gov/covid19news", id = "alabama", type = "json", state = "AL", jurisdiction = "state", pull_func = alabama_pull, restruct_func = alabama_restruct, extract_func = alabama_extract )
clone()
The objects of this class are cloneable with this method.
alabama_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.