View source: R/wdi_get_languages.R
wdi_get_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, etc.
wdi_get_languages()
This function provides a simple reference for the supported languages when querying the World Bank API.
A tibble with three columns:
A character string representing the language code (e.g., "en" for English).
A character string representing the description of the language (e.g., "English").
A character string representing the native form of the language (e.g., "English").
https://api.worldbank.org/v2/languages
# Download all languages
wdi_get_languages()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.