getIcuBeds | R Documentation |
Convert the 9 dim DIVI ICU data (bundesland,gemeindeschluessel,..., daten_stand) into a data.frame with bed, intensiveBedVentilation, and Day
getIcuBeds(data = babsim.hospital::icudata)
data |
data.frame with obs. of 9 variables |
data frame with observations of 3 variables:
int COVID-19 ICU beds without ventilation
int COVID-19 ICU beds with ventilation
Date, format: '2020-05-01' '2020-05-02' '2020-05-03' '2020-05-04' ...
IcuBeds <- getIcuBeds(data = icudata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.