powered by
List all indicators supported by the World Bank API.
wb_indicator(indicator = NULL, lang = "en")
A data.frame() with the available indicators. The columns are:
data.frame()
The indicator ID.
The indicator name.
The indicator unit.
The source ID.
The source value.
The source note.
The source organization.
The topic ID.
The topic value.
(character(1)) indicator to query. Default NULL. If NULL, all indicators are returned.
character(1)
NULL
(character(1)) language to query. Default "en".
"en"
Other indicators data: wb_country(), wb_income_level(), wb_language(), wb_lending_type(), wb_region(), wb_source(), wb_topic()
wb_country()
wb_income_level()
wb_language()
wb_lending_type()
wb_region()
wb_source()
wb_topic()
wb_indicator("NY.GDP.MKTP.CD")
Run the code above in your browser using DataLab