oregon_testing_scraper | R Documentation |
This will be a description of oregon_testing 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, Staff.Tested, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Residents.Confirmed, Staff.Deaths, Residents.Deaths, Staff.Recovered, Residents.Recovered, Residents.Tested, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> oregon_testing_scraper
new()
oregon_testing_scraper$new( log, url = "https://public.tableau.com/profile/josh4372#!/vizhome/ODOCCovid-19TestResultDates/ODOCCOVID-19Testing?publish=yes", id = "oregon_testing", type = "csv", state = "OR", jurisdiction = "state", pull_func = oregon_testing_pull, restruct_func = oregon_testing_restruct, extract_func = oregon_testing_extract )
clone()
The objects of this class are cloneable with this method.
oregon_testing_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.