list_supported_languages: List supported languages for the World Bank API

View source: R/list_supported_languages.R

list_supported_languagesR Documentation

List supported languages for the World Bank API

Description

This function returns a tibble of supported languages for querying the World Bank API. The supported languages include English, Spanish, French, Arabic, and Chinese.

Usage

list_supported_languages()

Details

This function provides a simple reference for the supported languages when querying the World Bank API.

Value

A tibble with two columns:

language_code

The ISO 639-1 code of the language (e.g., "en" for English).

language_name

The full name of the language (e.g., "English").

Examples

# List all supported languages
list_supported_languages()


wdi2 documentation built on Sept. 13, 2024, 1:12 a.m.