Skip to contents

NERVSS NERVSS respiratory pathogen testing information More information available at the Quartz Software Infection Disease Data Repository

NERVSS NERVSS respiratory pathogen testing information More information available at the Quartz Software Infection Disease Data Repository

Usage

nervss(use_memory = T, use_disk = T, bust_cache = F, ...)

nervss(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 <- nervss()
#> New names:
#>  `` -> `...1`

data <- nervss()
#> Rows: 1196 Columns: 6
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (4): rep_week_date, virus, subtype, test
#> dbl (2): ...1, value
#> 
#>  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.