kansas_scraper | R Documentation |
This will be a description of kansas 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, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Deaths, Residents.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
-> kansas_scraper
new()
kansas_scraper$new( log, url = "https://www.doc.ks.gov/kdoc-coronavirus-updates/kdoc-covid-19-status", id = "kansas", type = "html", state = "KS", jurisdiction = "state", pull_func = kansas_pull, restruct_func = kansas_restruct, extract_func = kansas_extract )
clone()
The objects of this class are cloneable with this method.
kansas_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.