Import Our World in Data Vaccine rates

get_vax_countries(pepfar_only = TRUE)

Arguments

pepfar_only

pepfar_only limit to just PEPFAR countries, default = TRUE

Source

https://github.com/owid/covid-19-data

Value

Returns an object of the countries being tracked by Our World in Data

See also

Other vax: pull_vax_data()

Examples

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) }