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.
Instead of
ids_get_debt_statistics()
we can just useids_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 havewdi_get()
as the main function and e.g.wdi_get_geographies()
for functions that download other specific stuff.