idaho_scraper | R Documentation |
ID reports a mix of facility and state-wide data across various html tables within the page. Note that residents who leave the facility are considered inactive if they tested positive in the past.
The facility name
Staff Active
Staff Recovered
state-wide only, not sure if administered or individuals tested
state-wide only
state-wide only
state-wide only
state-wide only
state-wide only
state-wide only
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Residents.Tested, Residents.Pending, Residents.Negative, Residents.Confirmed, Residents.Deaths, Name, Residents.Active, Staff.Confirmed, Staff.Recovered, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Deaths, Residents.Recovered, Staff.Tested, Residents.Tadmin, Staff.Negative, Staff.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population
R_GlobalEnv::generic_scraper
-> idaho_scraper
new()
idaho_scraper$new( log, url = "https://www.idoc.idaho.gov/content/careers/covid-19", id = "idaho", type = "html", state = "ID", jurisdiction = "state", pull_func = idaho_pull, restruct_func = idaho_restruct, extract_func = idaho_extract )
clone()
The objects of this class are cloneable with this method.
idaho_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.