orleans_parish_scraper | R Documentation |
This will be a description of orleans_parish data and what the scraper does
The faciilty name.
The last run of the scraper was on 2020-11-26 and contained the extracted columns: Name, Staff.Confirmed, Residents.Confirmed, Staff.Deaths, Residents.Deaths, Staff.Recovered, Residents.Recovered, Residents.Tested, Residents.Negative, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Staff.Tested, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Residents.Tadmin, Staff.Negative, Staff.Pending, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> orleans_parish_scraper
new()
orleans_parish_scraper$new( log, url = "http://opcso.org/index.php", id = "orleans_parish", type = "manual", state = "LA", jurisdiction = "county", pull_func = orleans_parish_pull, restruct_func = orleans_parish_restruct, extract_func = orleans_parish_extract )
clone()
The objects of this class are cloneable with this method.
orleans_parish_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.