COVID19 Hospitalizations by Age Group Weekly hospitalizations of COVID 19 by age group as reported by the CDC More information available at the Quartz Software Infection Disease Data Repository
Arguments
- use_memory
Whether to use memory caching.
- use_disk
Whether to use disk caching.
- bust_cache
Whether to bust (refresh) the cache.
- ...
arguments to forward to the cache_download function.
Examples
data <- hospitalizations_by_age()
#> Rows: 65416 Columns: 8
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (5): catchment, network, age_category, sex_category, race_category
#> dbl (2): cumulative_rate, weekly_rate
#> date (1): start_date
#>
#> ℹ Use `spec()` to retrieve the full column specification for this data.
#> ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.