Raw data for the Hospitals line charts that shows daily COVID-19 hospital admissions, hospital deaths, and hospital death rate.
mort_hosp_line
An object of class tbl_df
(inherits from tbl
, data.frame
) with 243 rows and 4 columns.
Data Dictionary entry
head(mort_hosp_line) #> # A tibble: 6 × 4 #> date deaths_total hosp_total death_rate #> <date> <dbl> <dbl> <dbl> #> 1 2020-11-24 3592 24210 0.148 #> 2 2020-11-26 3623 24567 0.147 #> 3 2020-11-27 3669 24933 0.147 #> 4 2020-11-28 3726 25322 0.147 #> 5 2020-11-29 3751 25625 0.146 #> 6 2020-11-30 3790 26011 0.146