Description Usage Arguments Value Examples
View source: R/get_who_cases.R
Downloads the latest WHO case data.It uses memoise
to cache the
results locally. To clear the cache and redownload the data use reset_cache
. The cache will be located
in the directory at which the function is run.
1 | get_who_cases(country = NULL, daily = FALSE, cache = NULL)
|
country |
Character string of current name |
daily |
Logical, defaults to |
cache |
A |
A datatable of either all WHO data by date or cases in a specific country by date
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.