Influenza Vaccine Effectiveness Seasonal data since 2010 with vaccine effectiveness by age group. 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 <- 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.