covid19_vaccine | R Documentation |
Daily summary of the COVID-19 vaccination by country/province.
covid19_vaccine
A data frame with 8 variables.
Data collection date in YYYY-MM-DD format
Country or region name
Continent name
Continent code
Country and province (if applicable)
Cumulative number of doses administered. When a vaccine requires multiple doses, each one is counted independently
Cumulative number of people who received at least one vaccine dose. When the person receives a prescribed second dose, it is not counted twice
Country or province population
Country code
Officially assigned country code identifiers with two-letter
Officially assigned country code identifiers with three-letter
UN country code
Federal Information Processing Standards code that uniquely identifies counties within the USA
Latitude
Longitude
The dataset provides the daily cumulative number of people who received vaccine (or at least one vaccine dose) by country and province (when applicable)
- 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
data(covid19_vaccine)
head(covid19_vaccine)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.