ids_list_series: List Available Series from the World Bank International Debt...

View source: R/ids_list_series.R

ids_list_seriesR Documentation

List Available Series from the World Bank International Debt Statistics API

Description

This function returns a tibble with available series from the World Bank International Debt Statistics (IDS) API. Each series provides data on various debt-related indicators.

Usage

ids_list_series()

Value

A tibble containing the available series and their metadata:

series_id

The unique identifier for the series (e.g., "BN.CAB.XOKA.CD").

series_name

The name of the series (e.g., "Current account balance (current US$)").

source_id

The ID of the data source providing the indicator.

source_name

The name or description of the source of the indicator data.

source_note

Additional notes or descriptions about the data source.

source_organization

The organization responsible for the data source.

Examples

ids_list_series()


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