florida_url_scraper | R Documentation |
Florida has an html table for reporting results at the facilty level which has been consistent but they have recently stopped reporting facility level deaths. The death data is now reported weekly in a table further down on the web page.
The faciilty name.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Residents.Confirmed, Staff.Confirmed, Residents.Recovered, Staff.Recovered, Residents.Deaths, Name, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Deaths, 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
-> florida_url_scraper
new()
florida_url_scraper$new( log, url = "http://www.dc.state.fl.us/comm/covid-19.html", id = "florida_url", type = "img", state = "FL", jurisdiction = "state", pull_func = florida_url_pull, restruct_func = florida_url_restruct, extract_func = florida_url_extract )
clone()
The objects of this class are cloneable with this method.
florida_url_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.