gpw13 / billionaiRe

Calculate the WHO Triple Billions
https://gpw13.github.io/billionaiRe/
GNU General Public License v3.0
7 stars 4 forks source link

Adapt HPOP export functions to new template #15

Closed ElliottMess closed 3 years ago

ElliottMess commented 3 years ago

Only HPOP functions are up to date. They do not take more than one value in value at the moment.

Starting debugging from export_country_summary_xls() should give a good overview of the functions:

 load_billion_data("hpop")%>%
   add_hpop_populations()%>%
   calculate_hpop_billion()%>%
   export_country_summary_xls(iso = "ARM")

With the massive growth in the number of functions present, the R folder files are a bit of a mess, and I am not sure how to best solve it.