wbincome {wbstats} | R Documentation |
Download updated income type information from World Bank API
Description
Download updated information on available income types from the World Bank API
Usage
wbincome(lang = c("en", "es", "fr", "ar", "zh"))
Arguments
lang |
Language in which to return the results. If |
Value
A data frame of available income types with related information
Note
Not all data returns have support for langauges other than english. If the specific return
does not support your requested language by default it will return NA
. For an enumeration of
supported languages by data source please see wbdatacatalog
.
The options for lang
are:
-
en
: English -
es
: Spanish -
fr
: French -
ar
: Arabic -
zh
: Mandarin
[Package wbstats version 1.0.4 Index]