Learn R Programming

coronavirus (version 0.4.1)

covid19_vaccine: The COVID-19 Worldwide Vaccine Dataset

Description

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

Usage

covid19_vaccine

Arguments

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)

Examples

Run this code
data(covid19_vaccine)

head(covid19_vaccine)

Run the code above in your browser using DataLab