Skip to contents

Influenza Vaccine Effectiveness Seasonal data since 2010 with vaccine effectiveness by age group. More information available at the Quartz Software Infection Disease Data Repository

Usage

influenza_vaccine_effectiveness(
  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 <- influenza_vaccine_effectiveness()
#> Rows: 183 Columns: 13
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (6): age_group, adjusted_ve_percent, season, caption, vaccine_type, strain
#> dbl (6): influenza_positive_total, influenza_positive_percent_vaccinated, in...
#> lgl (1): pediatric
#> 
#>  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.