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