Description Usage Arguments Value Examples
View source: R/get_total_cases.R
Get Total Cases by Country
1 | get_total_cases(source = "WHO")
|
source |
Character String specifying data source for total cases "WHO", "ECDC", default: "WHO". |
Returns a data frame of variables along with their most recent value.
1 2 3 4 5 | ## Total cases sourced from the WHO
get_total_cases(source = "WHO")
## Total cases sourced from ECDC
get_total_cases(source = "ECDC")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.