ids_list_series_topics: List Available Series-Topic combinations from the World Bank...

View source: R/ids_list_series_topics.R

ids_list_series_topicsR 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()


wbids documentation built on April 11, 2025, 5:39 p.m.