View source: R/ids_list_counterparts.R
ids_list_counterparts | R Documentation |
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.
ids_list_counterparts()
A tibble containing the available counterparts and their attributes:
The unique identifier for the counterpart (e.g., "730").
The standardized name of the counterpart (e.g., "China").
ISO 3166-1 alpha-2 code of the counterpart (e.g., "CN").
ISO 3166-1 alpha-3 code of the counterpart (e.g., "CHN").
The type of counterpart (e.g., "Country", "Institution", "Region").
ids_list_counterparts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.