Skip to contents

WHO Influenza All of the WHO's influenza data describing case counts by influenza subtype by country and year. More information available at the Quartz Software Infection Disease Data Repository

WHO Influenza All of the WHO's influenza data describing case counts by influenza subtype by country and year. More information available at the Quartz Software Infection Disease Data Repository

Usage

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

flunet(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 <- flunet()
#> Warning: One or more parsing issues, call `problems()` on your data frame for details,
#> e.g.:
#>   dat <- vroom(...)
#>   problems(dat)

data <- flunet()
#> Rows: 244359 Columns: 35
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr   (6): country, who_region, flu_region, title, whoregion, fluregion
#> dbl  (24): year, week, num_specimens_received, num_specimens_processed, ahi,...
#> lgl   (1): ah1
#> date  (4): start_date, end_date, sdate, edate
#> 
#>  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.