covidTimeSeries: Plot covid-19 time series

Description Usage Arguments Value Author(s) Examples

View source: R/covidTimeSeries.R

Description

Takes the data from updateCovid function and passes it on to plot a time series plot for every type of data available.

Usage

1
2
3
4
5
covidTimeSeries(
  country = "egypt",
  min.date = "2020-01-22",
  max.date = as.Date(today())
)

Arguments

country

name of the country

min.date

a value from 2020-1-22 to today's date

max.date

a value from 2020-1-22 to today's date

Value

a time series plot

Author(s)

Ali Malek

Examples

1
covidTimeSeries(country = "egypt",min.date = "2020-02-22",max.date = as.Date(today()))

Iarima/covidPlots documentation built on Dec. 31, 2020, 1:04 p.m.