delaware_scraper | R Documentation |
This will be a description of delaware 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, Staff.Confirmed, Residents.Confirmed, Residents.Active, Staff.Deaths, Staff.Recovered, Residents.Recovered, Residents.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Tested, Residents.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population
R_GlobalEnv::generic_scraper
-> delaware_scraper
new()
delaware_scraper$new( log, url = "https://doc.delaware.gov/assets/documents/Confirmed_COVID_Cases.pdf", id = "delaware", type = "manual", state = "DE", jurisdiction = "state", pull_func = delaware_pull, restruct_func = delaware_restruct, extract_func = delaware_extract )
clone()
The objects of this class are cloneable with this method.
delaware_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.