Skip to contents

Flu Vaccination Rates Flu vaccination rates stratified by race, county, and season. More information available at the Quartz Software Infection Disease Data Repository

Flu Vaccination Rates Flu vaccination rates stratified by race, county, and season. More information available at the Quartz Software Infection Disease Data Repository

Usage

flu(use_memory = T, use_disk = T, bust_cache = F, ...)

flu(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.

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

Examples

data <- flu()

data <- flu()
#> Rows: 12772 Columns: 8
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (3): fips, state, county
#> dbl (5): year, percent_vaccinated, percent_vaccinated_black, percent_vaccina...
#> 
#>  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.