Outpatient Viral Surveillance National, Regional, and State Level Outpatient Illness and Viral Surveillance data pulled monthly from the cdc. 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 <- outpatient_viral_surveillance()
#> Rows: 1176925 Columns: 7
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (5): REGION TYPE, REGION, SOURCE, MEASURE, VALUE
#> dbl (2): YEAR, 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.