wb_language {worldbank} | R Documentation |
World Bank available languages
Description
List all languages supported by the World Bank API.
Usage
wb_language()
Value
A data.frame()
with the available languages. The columns are:
code |
The language code. |
name |
The language name. |
native_form |
The native form of the language name. |
Source
https://api.worldbank.org/v2/languages
See Also
Other indicators data:
wb_country()
,
wb_income_level()
,
wb_indicator()
,
wb_lending_type()
,
wb_region()
,
wb_source()
,
wb_topic()
Examples
wb_language()
[Package worldbank version 0.4.0 Index]