wb_indicator | R Documentation |
List all indicators supported by the World Bank API.
wb_indicator(indicator = NULL, lang = "en")
indicator |
( |
lang |
( |
A data.frame()
with the available indicators. The columns are:
id |
The indicator ID. |
name |
The indicator name. |
unit |
The indicator unit. |
source_id |
The source ID. |
source_value |
The source value. |
source_note |
The source note. |
source_organization |
The source organization. |
topic_id |
The topic ID. |
topic_value |
The topic value. |
https://api.worldbank.org/v2/indicator
Other indicators data:
wb_country()
,
wb_income_level()
,
wb_language()
,
wb_lending_type()
,
wb_region()
,
wb_source()
,
wb_topic()
wb_indicator("NY.GDP.MKTP.CD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.