Skip to contents

COVID by County US COVID 19 community levels by county as reported by the CDC More information available at the Quartz Software Infection Disease Data Repository

Usage

covid_by_county(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 <- covid_by_county()
#> Rows: 3220 Columns: 10
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr  (5): County, COVID-19 Community Level - COVID Inpatient Bed Utilization...
#> dbl  (4): FIPS, COVID-19 Community Level - COVID Hospital Admissions per 100...
#> date (1): updated_date
#> 
#>  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.