covid19sf_hospital_df | R Documentation |
The dataset name has been changed to 'covid19sf_hospital_df' to avoid confusion with other datasets from packages in the R ecosystem and to follow the naming conventions of the 'MedDataSets' package. The suffix '_df' indicates that this dataset is a data frame, helping to distinguish it from other datasets within the package and from those in the broader R ecosystem. The original content of the dataset has not been modified in any way.
data(covid19sf_hospital_df)
A data frame with 4,514 observations and 5 variables:
The name of the hospital (character).
The date of the reported data (Date).
The type of bed (character), such as ICU, general, etc.
The status of the beds (character), indicating if they are occupied, available, etc.
The number of beds reported (integer).
This dataset provides information on hospital capacity in San Francisco during the COVID-19 pandemic. It details the number of available hospital beds categorized by type and status, along with the respective hospitals and dates. The dataset is crucial for understanding the hospital system's response and capacity to handle COVID-19 cases.
San Francisco Department of Public Health COVID-19 hospital capacity data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.