View source: R/plotTimeSeries.R
Draw a time series line plot based on number of type(Daily Cases, Daily Deaths, All Deaths, All Cases)
1 | plotTimeSeries(startDate, endDate, country, type)
|
startDate, |
a string on format 'year-month-day', shows start date |
endDate, |
a string on format 'year-month-day', shows end date. endDate must be greater than startDate |
country, |
a string of selected country |
type, |
a string which can be 'Cases', 'Deaths', 'DailyCases', 'DailyDeaths' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.