get_vax_countries: Import Our World in Data Vaccine rates Pull list of countries...

View source: R/get_vax_countries.R

get_vax_countriesR Documentation

Import Our World in Data Vaccine rates Pull list of countries for which vax data exist

Description

Import Our World in Data Vaccine rates

Usage

get_vax_countries(pepfar_only = TRUE)

Arguments

pepfar_only

pepfar_only limit to just PEPFAR countries, default = TRUE

Value

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

Source

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

See Also

Other vax: pull_vax_data()

Examples

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

USAID-OHA-SI/COVIDutilities documentation built on Aug. 18, 2022, 2:28 a.m.