View source: R/ids_list_geographies.R
ids_list_geographies | R Documentation |
This function returns a tibble with available geographies from the World Bank International Debt Statistics (IDS) API. Each row provides details on geographies, including their unique identifiers, names, and types.
ids_list_geographies()
A tibble containing the available geographies and their attributes:
ISO 3166-1 alpha-3 code of the geography (e.g., "ZMB").
The standardized name of the geography (e.g., "Zambia").
ISO 3166-1 alpha-2 code of the geography (e.g., "ZM").
The type of geography (e.g., "Country", "Region").
The capital city of the geography (e.g., "Lusaka").
The unique identifier for the region (e.g., "SSF").
ISO 3166-1 alpha-2 code of the region (e.g., "ZG").
The name of the region (e.g., "Sub-Saharan Africa").
The unique identifier for the administrative region (e.g., "SSA").
The ISO 3166-1 alpha-2 code for the administrative region (e.g., "ZF").
The name of the administrative region (e.g., "Sub-Saharan Africa (excluding high income)").
The unique identifier for the lending type (e.g., "IDX").
ISO code for the lending type (e.g., "XI").
The name of the lending type (e.g., "IDA").
ids_list_geographies()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.