ids_list_series_topics {wbids} | R Documentation |
List Available Series-Topic combinations from the World Bank International Debt Statistics API
Description
This function returns a tibble with available series-topic combinations from the World BankInternational Debt Statistics (IDS) API. Each row provides a mapping from series to topic, with the possibility of multiple topic per series.
Usage
ids_list_series_topics()
Value
A tibble containing the available series and their topics:
- series_id
The unique identifier for the series (e.g., "BM.GSR.TOTL.CD").
- topic_id
The unique identifier for the topic (e.g., 3).
- topic_name
The name of the topic (e.g., "External Debt").
Examples
ids_list_series_topics()
[Package wbids version 1.0.0 Index]