USAID-OHA-SI / mindthegap

Munges and returns estimates from UNAIDS data.
https://usaid-oha-si.github.io/mindthegap/
Other
4 stars 0 forks source link

Bug with pepfar_only = FALSE #29

Closed achafetz closed 1 year ago

achafetz commented 1 year ago

The pepfar_only = FALSE option in pull_unaids() filters out all PEPFAR countries. The indented return is that it provides the full set of countries, PEPFAR + all other.

library(mindthegap)
library(gagglr)

df <- pull_unaids(data_type = "HIV Estimates", pepfar_only = FALSE)

intersect(unique(pepfar_country_list$country), unique(df$country))
achafetz commented 1 year ago

This does not appear to be an issue today?