wb_income_level {worldbank} | R Documentation |
World Bank income level data
Description
List all income levels supported by the World Bank API.
Usage
wb_income_level(income = NULL, lang = "en")
Arguments
income |
|
lang |
|
Value
A data.frame()
with the available income levels. The columns are:
id |
The income level ID. |
iso2code |
The ISO 2 code of the income level. |
value |
The income level value. |
Source
https://api.worldbank.org/v2/incomeLevels
See Also
Other indicators data:
wb_country()
,
wb_indicator()
,
wb_language()
,
wb_lending_type()
,
wb_region()
,
wb_source()
,
wb_topic()
Examples
wb_income_level()
[Package worldbank version 0.3.0 Index]