Description Usage Arguments Value Examples
View source: R/covid_country_plot.R
provides a function to draw 2-d plot for a country death and confirmed covid data, based on Johns Hopkins University's information
1 | covid_country_plot(country, start_date, end_date)
|
country |
a string of country name that start with capital case |
start_date |
beginning of time interval : "yyyy-mm-dd" |
end_date |
end of time interval : "yyyy-mm-dd" |
a 2-d plot
1 | covid_country_plot("Iran","2020-03-24","2020-08-17")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.