ids_list_geographies {wbids} | R Documentation |
List Available Geographies from the World Bank International Debt Statistics API
Description
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.
Usage
ids_list_geographies()
Value
A tibble containing the available geographies and their attributes:
- geography_id
ISO 3166-1 alpha-3 code of the geography (e.g., "ZMB").
- geography_name
The standardized name of the geography (e.g., "Zambia").
- geography_iso2code
ISO 3166-1 alpha-2 code of the geography (e.g., "ZM").
- geography_type
The type of geography (e.g., "Country", "Region").
- capital_city
The capital city of the geography (e.g., "Lusaka").
- region_id
The unique identifier for the region (e.g., "SSF").
- region_iso2code
ISO 3166-1 alpha-2 code of the region (e.g., "ZG").
- region_name
The name of the region (e.g., "Sub-Saharan Africa").
- admin_region_id
The unique identifier for the administrative region (e.g., "SSA").
- admin_region_iso2code
The ISO 3166-1 alpha-2 code for the administrative region (e.g., "ZF").
- admin_region_name
The name of the administrative region (e.g., "Sub-Saharan Africa (excluding high income)").
- lending_type_id
The unique identifier for the lending type (e.g., "IDX").
- lending_type_iso2code
ISO code for the lending type (e.g., "XI").
- lending_type_name
The name of the lending type (e.g., "IDA").
Examples
ids_list_geographies()