Skip to contents

COVID19 Caserates by Age Group Weekly case rates of COVID 19 by age group as reported by the CDC More information available at the Quartz Software Infection Disease Data Repository

Usage

caserates.by.age(use_memory = T, use_disk = T, bust_cache = F, ...)

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.

Details

This function uses the cache_download function to download the data from the repository.

Examples

data <- caserates.by.age()
#> [1] " caserates.by.age is deprecated. Please use caserates_by_age instead"
#> Rows: 132 Columns: 11
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> dbl  (10): 0 - 4, 5 - 11, 12 - 15, 16 - 17, 18 - 29, 30 - 39, 40 - 49, 50 - ...
#> date  (1): week
#> 
#>  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.