Closed achafetz closed 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
pull_unaids()
glamr::pefar_country_list
https://github.com/USAID-OHA-SI/mindthegap/blob/45240d364b8e146f3da17788049674886746b9df/R/munge_unaids.R#L160-L166
Resolved with PR #11
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 inglamr::pefar_country_list
https://github.com/USAID-OHA-SI/mindthegap/blob/45240d364b8e146f3da17788049674886746b9df/R/munge_unaids.R#L160-L166