Title: | The 2019 Novel Coronavirus COVID-19 (2019-nCoV) Dataset |
---|---|
Description: | Provides a daily summary of the Coronavirus (COVID-19) cases by state/province. Data source: Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus <https://systems.jhu.edu/research/public-health/ncov/>. |
Authors: | Rami Krispin [aut, cre], Jarrett Byrnes [aut] |
Maintainer: | Rami Krispin <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.4.1 |
Built: | 2024-11-09 03:55:47 UTC |
Source: | https://github.com/ramikrispin/coronavirus |
Daily summary of the COVID-19 vaccination by country/province.
covid19_vaccine
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)
data(covid19_vaccine) head(covid19_vaccine)
Update the package datasets on the global environment with the most recent data on the Dev version
update_dataset(silence = FALSE)
update_dataset(silence = FALSE)
silence |
A boolean, if set to TRUE, will automatically install updates without prompt question, by default set to FALSE |
As the CRAN version is being updated every one-two months, the dev version of the package is being updated on a daily bases. This function enables to refresh the package dataset to the most up-to-date data. Changes will be available on the global environment
A data.frame object
coronavirus - Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus website