COVID19 Covariants by Country CoVariants provides an overview of SARS-CoV-2 variants and mutations that are of interest. Here, you can find out what mutations define a variant, what impact they might have (with links to papers and resources), and where variants are found 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 <- covariants_country()
#> Rows: 7172 Columns: 31
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (1): country
#> dbl (29): 20H (Beta, V2), 20I (Alpha, V1), 21A (Delta), 21I (Delta), 21J (D...
#> date (1): week
#>
#> ℹ 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.