| ids_get_ed | R Documentation |
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.
ids_get_ed(table = "debt_statistics", columns = NULL, quiet = FALSE)
table |
Character string naming the table from the IDS dataset.
Default: |
columns |
Character vector naming the columns. Defaults to |
quiet |
A logical parameter indicating whether messages should be printed to the console. |
A data.frame containing the requested IDS table, or NULL if
the download fails.
econdatasets::ed_get() for the underlying function that
downloads data from EconDataverse repositories.
# Get the default debt statistics table
debt_statitics <- ids_get_ed()
# Get a different table from IDS
series_data <- ids_get_ed("series")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.