Learn R Programming

worldbank (version 0.6.0)

wb_income_level: World Bank income level data

Description

List all income levels supported by the World Bank API.

Usage

wb_income_level(income = NULL, lang = "en")

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.

Arguments

income

(character()) income level to query. Default NULL. If NULL, all levels are returned.

lang

(character(1)) language to query. Default "en".

See Also

Other indicators data: wb_country(), wb_indicator(), wb_language(), wb_lending_type(), wb_region(), wb_source(), wb_topic()

Examples

Run this code
wb_income_level()

Run the code above in your browser using DataLab