Description Usage Arguments Value Examples
Get case count at one date
1 | count_type(date, data_type)
|
date |
A string, The date at which the case numbers are required |
data_type |
A string, The type of case numbers required - either "Confirmed", "Deaths" or "Recovered" |
An integer, sum of covid cases of required type and date
1 2 3 4 5 6 7 | ## Not run:
get_case_count(data,
date = "2020-10-01", case_type = "cases_new")
count_type( date = "4/4/20", case_type = "cases_new")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.