Package 'covid19srilanka'

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

Help Index


Covid-19 Cases by Type (Confirmed, Recovered, Death)

Description

Daily summary of the Coronavirus (COVID-19) cases by state/province.

Date

Date in YYYY-MM-DD format

Type

An indicator for the type of cases (confirmed, death, recovered).

Cases

Number of cases on given date.

Usage

covid.cases

Format

An object of class tbl_df (inherits from tbl, data.frame) with 2200 rows and 3 columns.

Source

Epidemiological Unit, Ministry of Health, Sri Lanka https://www.epid.gov.lk/web/. data(covid.cases)


Covid-19 District-wise Confirmed Cases in Sri Lanka

Description

Daily summary of the Coronavirus (COVID-19) cases by state/province.

Date

Date in YYYY-MM-DD format

District

Name of district.

Count

Number of confirmed cases on given date.

Usage

district.wise.cases

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 832 rows and 3 columns.

Source

Epidemiological Unit, Ministry of Health, Sri Lanka https://www.epid.gov.lk/web/. data(district.wise.cases)


Covid-19 Vaccination Counts in Sri Lanka

Description

Daily summary of the Coronavirus (COVID-19) cases by state/province.

Date

Date in YYYY-MM-DD format.

DVaccine

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.

Usage

vaccination

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 471 rows and 4 columns.

Source

Epidemiological Unit, Ministry of Health, Sri Lanka https://www.epid.gov.lk/web/. data(vaccination)