maine_scraper | R Documentation |
This will be a description of maine data and what the scraper does
The faciilty name.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Tadmin, Residents.Confirmed, Residents.Population, 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.Tested, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Active
R_GlobalEnv::generic_scraper
-> maine_scraper
new()
maine_scraper$new( log, url = "https://www.maine.gov/corrections/covid-19-resources", id = "maine", type = "pdf", state = "ME", jurisdiction = "state", pull_func = maine_pull, restruct_func = maine_restruct, extract_func = maine_extract )
clone()
The objects of this class are cloneable with this method.
maine_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.