minnesota_scraper | R Documentation |
MN data comes from an iframe that is loaded from smart sheets. The main data sources come from two primary tables, one for staff and another for residents.
Facility Name
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Population, Residents.Active, Residents.Tadmin, Residents.Negative, Residents.Confirmed, Residents.Pending, Residents.Recovered, Residents.Deaths, Staff.Confirmed, Staff.Recovered, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Deaths, Staff.Tested, Residents.Tested, Staff.Negative, Staff.Pending, Staff.Quarantine, Residents.Quarantine
R_GlobalEnv::generic_scraper
-> minnesota_scraper
new()
minnesota_scraper$new( log, url = "https://mn.gov/doc/about/covid-19-updates/", id = "minnesota", type = "html", state = "MN", jurisdiction = "state", pull_func = minnesota_pull, restruct_func = minnesota_restruct, extract_func = minnesota_extract )
clone()
The objects of this class are cloneable with this method.
minnesota_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.