Raw data for the Static Charts Hospitalizations, ICU Beds and Ventilator Availability that shows resource counts of ICU beds and ventilators.

beds_vents_complete

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 616 rows and 9 columns.

Details

Data Dictionary entry

Examples

head(beds_vents_complete)
#> # A tibble: 6 × 9
#>   date       beds_icu_total beds_icu_occupie… beds_icu_no_occu… beds_available_…
#>   <date>              <dbl>             <dbl>             <dbl>            <dbl>
#> 1 2020-02-26              0                 0                 0                0
#> 2 2020-02-27              0                 0                 0                0
#> 3 2020-02-28              0                 0                 0                0
#> 4 2020-02-29              0                 0                 0                0
#> 5 2020-03-01              0                 0                 0                0
#> 6 2020-03-02              0                 0                 0                0
#> # … with 4 more variables: vents_total <dbl>, vents_all_use_covid_19 <dbl>,
#> #   vents_non_covid_pts_on_vents <dbl>,
#> #   vents_all_available_vents_not_in_use <dbl>