rhode_island_scraper | R Documentation |
This will be a description of rhode_island 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.Confirmed, Staff.Confirmed, Residents.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Deaths, Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> rhode_island_scraper
new()
rhode_island_scraper$new( log, url = "http://www.doc.ri.gov/covid-19/", id = "rhode_island", type = "csv", state = "RI", jurisdiction = "state", pull_func = rhode_island_pull, restruct_func = rhode_island_restruct, extract_func = rhode_island_extract )
clone()
The objects of this class are cloneable with this method.
rhode_island_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.