st_luce_county_scraper | R Documentation |
St Luce county reports information in an html table. What has gone in to this table has changed over time.
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Residents.Population, Residents.Tested, Name, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Confirmed, Residents.Confirmed, Staff.Deaths, Residents.Deaths, Staff.Recovered, Residents.Recovered, Staff.Tested, Residents.Tadmin, Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Active
R_GlobalEnv::generic_scraper
-> st_luce_county_scraper
new()
st_luce_county_scraper$new( log, url = "https://www.stluciesheriff.com/288/COVID-19-Information", id = "st_luce_county", type = "html", state = "FL", jurisdiction = "county", pull_func = st_luce_county_pull, restruct_func = st_luce_county_restruct, extract_func = st_luce_county_extract )
clone()
The objects of this class are cloneable with this method.
st_luce_county_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.