Description Usage Arguments Value Examples
Returns all available countries
1 | get_data_by_country(country_name, date = NULL, from = NULL, to = NULL)
|
country_name |
character with country name, eg. "Italy". For list of
available countris check |
date |
character with day of interests, eg. "2020-03-15", default NULL |
from |
character with start date, eg. "2020-03-15", default NULL, if
|
to |
character with start date, eg. "2020-04-01", default NULL, if
|
data.frame with data per country
1 2 3 4 | {
get_data_by_country("Italy")
get_data_by_country("Poland", date = "2020-03-15")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.