ids_list_counterparts: List Available Counterparts from the World Bank International Debt Statistics
API
Description
This function returns a tibble with available counterparts from the World
Bank International Debt Statistics (IDS) API. Each row provides details on
counterparts, including their unique identifiers, names, and types.
Usage
ids_list_counterparts()
Arguments
Value
A tibble containing the available counterparts and their attributes:
counterpart_id
The unique identifier for the counterpart (e.g.,
"730").
counterpart_name
The standardized name of the counterpart (e.g.,
"China").
counterpart_iso2code
ISO 3166-1 alpha-2 code of the counterpart
(e.g., "CN").
counterpart_iso3code
ISO 3166-1 alpha-3 code of the counterpart
(e.g., "CHN").
counterpart_type
The type of counterpart (e.g., "Country",
"Institution", "Region").