louisiana_scraper | R Documentation |
Louisiana scraper extracts information from two html tables, one for staff and another for residents. Table for residents is more detailed. Not that the testing numbers indicate the number of individuals who are tested and not the total number of tests administered.
The facility name.
Residents active Positive who are sympotomatic
Residents active Positive who are asympotomatic
Total residents confirmed
Residents Testing Positive who are sympotomatic
Residents Testing Positive who are asympotomatic
Number of residents tested, not tests administered.
Residents re-tested
Not sure
Residents recovered
Residents released
Residents passing w/ covid and other underlying conditions
Residents passing w/ covid and w/o other underlying conditions
Total resident deaths related to covid
Staff who are confirmed
Staff who are recovered
Staff who have been tested
Staff deaths
The last run of the scraper was on 2021-01-11 and contained the extracted columns: Name, Residents.Confirmed, Residents.Tested, Residents.Deaths, Residents.Recovered, Residents.Tadmin, Staff.Confirmed, Staff.Recovered, Staff.Tested, Staff.Deaths, State, Date, id, source, jurisdiction. We are missing the following core variables for the analysis: Staff.Negative, Residents.Negative, Staff.Pending, Residents.Pending, Staff.Quarantine, Residents.Quarantine, Residents.Population, Residents.Active
R_GlobalEnv::generic_scraper
-> louisiana_scraper
new()
louisiana_scraper$new( log, url = "https://doc.louisiana.gov/doc-covid-19-testing/", id = "louisiana", type = "html", state = "LA", jurisdiction = "state", pull_func = louisiana_pull, restruct_func = louisiana_restruct, extract_func = louisiana_extract )
clone()
The objects of this class are cloneable with this method.
louisiana_scraper$clone(deep = FALSE)
deep
Whether to make a deep clone.