View source: R/pull_vax_data.R
pull_vax_data | R Documentation |
Retrieves COVID-19 vaccination data for a given list of countries
pull_vax_data(cntry)
cntry |
country, or list of countries, that appear in the our world in data page |
Import OWID vaccine data
Returns data frame of total vaccinations by day
https://github.com/owid/covid-19-data
Other vax:
get_vax_countries()
## Not run: #only one country df_vax_zmb <- get_vax_data("Zambia") #only PEPFAR countries cntry_list <- get_vax_countries() df_vax_pepfar <- get_vax_data(cntry_list) #all countries cntry_list <- get_vax_countries(pepfar_only = FALSE) df_vax <- get_vax_data(cntry_list) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.