covid19_vaccine: The COVID-19 Worldwide Vaccine Dataset

covid19_vaccineR Documentation

The COVID-19 Worldwide Vaccine Dataset

Description

Daily summary of the COVID-19 vaccination by country/province.

Usage

covid19_vaccine

Format

A data frame with 8 variables.

date

Data collection date in YYYY-MM-DD format

country_region

Country or region name

continent_name

Continent name

continent_code

Continent code

combined_key

Country and province (if applicable)

doses_admin

Cumulative number of doses administered. When a vaccine requires multiple doses, each one is counted independently

people_at_least_one_dose

Cumulative number of people who received at least one vaccine dose. When the person receives a prescribed second dose, it is not counted twice

population

Country or province population

uid

Country code

iso2

Officially assigned country code identifiers with two-letter

iso3

Officially assigned country code identifiers with three-letter

code3

UN country code

fips

Federal Information Processing Standards code that uniquely identifies counties within the USA

lat

Latitude

long

Longitude

Details

The dataset provides the daily cumulative number of people who received vaccine (or at least one vaccine dose) by country and province (when applicable)

Source

- Vaccine data - Johns Hopkins University Centers for Civic Impact (JHU CCSE) COVID-19 repository.

- Country code (uid, iso2, iso3, etc.) are sourced from this repository, see section 4 for full data resources.

- Continent code mapping is sourced from DATA HUB

Examples

data(covid19_vaccine)

head(covid19_vaccine)


coronavirus documentation built on March 31, 2023, 10:22 p.m.