Skip to contents

Test Burden Test burden data from the CDC. More information available at the Quartz Software Infection Disease Data Repository

Usage

test_burden(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 <- test_burden()
#> Rows: 615406 Columns: 70
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr  (12): State, State_name, County, Cases_7_day_count_change, cases_per_10...
#> dbl  (46): fips_code, new_cases_week_over_week_percent_change, percent_test_...
#> date (12): positivity_start_date, positivity_end_date, report_date, case_dea...
#> 
#>  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.