Description Usage Details Value Examples
The intensive care datasets describe the new and cumulative number of COVID-19 intensive care unit (ICU) admissions per day.
1 |
These can be situated in either the Netherlands or in Germany. ** Deaths outside hospitals are not included in these numbers. *** These people are discharged from the IC but are still hospitalized. Eventually, these cases will be either added to the hospital discharges or IC deaths counts.
A dataframe with the 7 following columns:
Date of notification
Number of intensive care (IC) units* with at least one Dutch COVID-19 case on the date of notification
Total number of IC intakes on the date of notificationn
New number of IC-cases that left the hospital alive on the date of notification
Total number of IC-cases that left the hospital alive since the start of the outbreak until the date of notification
Total number of IC-cases that died in hospital during/after IC intake since the start of the outbreak until the date of notification
Total number of discharged IC-cases that are still in hospital*** on the date of notification
1 2 | get_icu_data_wide() %>%
head()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.