ids_get_ed: Get full IDS tables from EconDataverse datasets
Description
A convenience wrapper around econdatasets::ed_get() that retrieves
tables from the World Bank International Debt Statistics (IDS) dataset
hosted on EconDataverse Hugging Face repositories.
# \donttest{# Get the default debt statistics tabledebt_statitics <- ids_get_ed()
# Get a different table from IDSseries_data <- ids_get_ed("series")
# }