USAID-OHA-SI / mindthegap

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

2 missing PEPFAR countries #10

Closed achafetz closed 2 years ago

achafetz commented 2 years ago

We're missing two PEPFAR countries from pull_unaids() - Burma and Laos. The issue is the different naming convention. The easiest solution is to merge on the ISO codes which are in the UNAIDS data as well as in glamr::pefar_country_list

https://github.com/USAID-OHA-SI/mindthegap/blob/45240d364b8e146f3da17788049674886746b9df/R/munge_unaids.R#L160-L166

achafetz commented 2 years ago

Resolved with PR #11