View source: R/get_vax_countries.R
get_vax_countries | R Documentation |
Import Our World in Data Vaccine rates
get_vax_countries(pepfar_only = TRUE)
pepfar_only |
pepfar_only limit to just PEPFAR countries, default = TRUE |
Returns an object of the countries being tracked by Our World in Data
https://github.com/owid/covid-19-data
Other vax:
pull_vax_data()
## Not run: #all countries cntry_list <- get_vax_countries(pepfar_only = FALSE) df_vax <- get_vax_data(cntry_list) #pepfar only countries cntry_list <- get_vax_countries() df_vax_pepfar <- 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.