R/get_vax_countries.R
get_vax_countries.Rd
Import Our World in Data Vaccine rates
get_vax_countries(pepfar_only = TRUE)
pepfar_only | pepfar_only limit to just PEPFAR countries, default = TRUE |
---|
https://github.com/owid/covid-19-data
Returns an object of the countries being tracked by Our World in Data
Other vax:
pull_vax_data()
if (FALSE) { #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) }