Teal-Insights / r-wbids

R package to access and analyze World Bank International Debt Statistics (IDS)
https://teal-insights.github.io/r-wbids/
Other
3 stars 0 forks source link

Create `ids_get()` function #13

Closed christophscheuch closed 3 weeks ago

christophscheuch commented 3 weeks ago

Instead of ids_get_debt_statistics() we can just use ids_get() because it is the only function that downloads stuff from the API + it is the main function of the package. I have made the analogous decision for wbwdi where I have wdi_get() as the main function and e.g. wdi_get_geographies() for functions that download other specific stuff.