alaska_scraper | R Documentation |
Minimal html webscraping. Since scraping began website has had minimal changes. Only publishes state-wide information and only for residents. Data is updated weekly.
Cumulatiove tests administered.
Cumulative negative results.
Currently pending.
Positives cases not sure how different from below.
Not sure on the distinction here.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Confirmed, Residents.Tadmin, Residents.Negative, Residents.Pending, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Staff.Deaths, Residents.Deaths, Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tested, Staff.Negative, Staff.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> alaska_scraper
new()
alaska_scraper$new( log, url = "https://doc.alaska.gov/covid-19", id = "alaska", type = "html", state = "AK", jurisdiction = "state", pull_func = alaska_pull, restruct_func = alaska_restruct, extract_func = alaska_extract )
clone()
The objects of this class are cloneable with this method.
alaska_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.