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
http://api.worldbank.org/v2/languages
Examples
wb_language()
[Package worldbank version 0.1.0 Index]