View source: R/list_supported_languages.R
list_supported_languages | R Documentation |
This function returns a tibble of supported languages for querying the World Bank API. The supported languages include English, Spanish, French, Arabic, and Chinese.
list_supported_languages()
This function provides a simple reference for the supported languages when querying the World Bank API.
A tibble with two columns:
The ISO 639-1 code of the language (e.g., "en" for English).
The full name of the language (e.g., "English").
# List all supported languages
list_supported_languages()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.