covid19 {SEIRfansy} | R Documentation |
COVID-19 Cases Time Series in India
Description
Contains dailies and totals of cases, recoveries, and deaths from the COVID-19 outbreak in India from January 30 to September 21 of 2020.
Usage
covid19
Format
An object of class data.frame
with 236 rows and 7 columns.
- Date
Date as a character string
- Daily.Confirmed
Daily confirmed cases as an integer vector
- Total.Confirmed
Total confirmed cases upto current date as an integer vector
- Daily.Recovered
Daily recovered cases an an integer vector
- Total.Recovered
Total confirmed cases upto current date as an integer vector
- Daily.Deceased
Daily deceased cases as an integer vector
- Total.Deceased
Total deceased cases upto current date as an integer vector
Examples
covid19
head(covid19)
tail(covid19)
[Package SEIRfansy version 1.1.1 Index]