covid19sf_hospital | R Documentation |
Data on daily hospital bed use and available capacity at San Francisco acute care hospitals from April 2020 onward. Long Term Care facilities (like Laguna Honda and Kentfield) are not included in this data as acute care patients cannot be admitted to these facilities. More information about the data available here
covid19sf_hospital
An object class data.frame with 5 variables
The hospital name, currently a single categorical variable, c("All SF Acute Hospitals")
Date which the data was recorded in YYYY-MM-DD format
The bed type, c("Intensive Care Surge", "Acute Care", "Acute Care Surge", "Intensive Care")
The bed category status, c("Available", "COVID-19 (Confirmed & Suspected)", "Other Patients")
The bed count
The dataset contains a summary of San Francisco hospital bed status
San Francisco, Department of Public Health - Population Health Division through San Francisco Opne Data protal website.
data(covid19sf_hospital)
head(covid19sf_hospital)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.