Title: | The 2019 Novel Coronavirus COVID-19 (2019-nCoV) Data in Sri Lanka |
---|---|
Description: | Provides a daily counts of the Coronavirus (COVID19) cases by districts and country. Data source: Epidemiological Unit, Ministry of Health, Sri Lanka <https://www.epid.gov.lk/web/>. |
Authors: | Thiyanga S. Talagala [aut, cre] |
Maintainer: | Thiyanga S. Talagala <[email protected]> |
License: | MIT + file LICENSE |
Version: | 1.1.0 |
Built: | 2024-10-09 04:13:57 UTC |
Source: | https://github.com/cran/covid19srilanka |
Daily summary of the Coronavirus (COVID-19) cases by state/province.
Date in YYYY-MM-DD format
An indicator for the type of cases (confirmed, death, recovered).
Number of cases on given date.
covid.cases
covid.cases
An object of class tbl_df
(inherits from tbl
, data.frame
) with 2200 rows and 3 columns.
Epidemiological Unit, Ministry of Health, Sri Lanka https://www.epid.gov.lk/web/. data(covid.cases)
Daily summary of the Coronavirus (COVID-19) cases by state/province.
Date in YYYY-MM-DD format
Name of district.
Number of confirmed cases on given date.
district.wise.cases
district.wise.cases
An object of class spec_tbl_df
(inherits from tbl_df
, tbl
, data.frame
) with 832 rows and 3 columns.
Epidemiological Unit, Ministry of Health, Sri Lanka https://www.epid.gov.lk/web/. data(district.wise.cases)
Daily summary of the Coronavirus (COVID-19) cases by state/province.
Date in YYYY-MM-DD format.
Name of the vaccine.
First dose
Total number of people who have received the first dose on the given date.
Second dose
Total number of people who have received the first dose on the given date.
vaccination
vaccination
An object of class spec_tbl_df
(inherits from tbl_df
, tbl
, data.frame
) with 471 rows and 4 columns.
Epidemiological Unit, Ministry of Health, Sri Lanka https://www.epid.gov.lk/web/. data(vaccination)