lasd_staff_scraper | R Documentation |
Info comes from a Microsoft power bi app that can be temperamental as load times vary and Selenium can not tell when the DOM is ready. May need to run a couple of times to get data.
Not neccesarily positive
Staff type distinction of confirmed cases
Staff type distinction of confirmed cases
Total staff confirmed cases
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Staff.Confirmed, Staff.Quarantine, Name, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Residents.Confirmed, Staff.Deaths, Residents.Deaths, Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> lasd_staff_scraper
new()
lasd_staff_scraper$new( log, url = "https://lasd.org/covid19updates/", id = "lasd_staff", type = "html", state = "CA", jurisdiction = "county", pull_func = lasd_staff_pull, restruct_func = lasd_staff_restruct, extract_func = lasd_staff_extract )
clone()
The objects of this class are cloneable with this method.
lasd_staff_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.