covid_country_plot: covid_country_plot

Description Usage Arguments Value Examples

View source: R/covid_country_plot.R

Description

provides a function to draw 2-d plot for a country death and confirmed covid data, based on Johns Hopkins University's information

Usage

1
covid_country_plot(country, start_date, end_date)

Arguments

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"

Value

a 2-d plot

Examples

1
covid_country_plot("Iran","2020-03-24","2020-08-17")

Ashkan-nmt/Rcovid19 documentation built on Dec. 31, 2020, 9:51 a.m.