MISC Data Daily data on MISC cases vs COVID cases in the US. More information available at the Quartz Software Infection Disease Data Repository
MISC Data Daily data on MISC cases vs COVID cases in the US. More information available at the Quartz Software Infection Disease Data Repository
Usage
misc(use_memory = T, use_disk = T, bust_cache = F, ...)
misc(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 <- misc()
data <- misc()
#> Rows: 986 Columns: 5
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (1): misc_cases
#> dbl (1): covid_cases
#> date (3): date, submission_date, 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.