wb_topic {worldbank} | R Documentation |
List all topics supported by the World Bank API.
wb_topic(topic = NULL, lang = "en")
topic |
|
lang |
|
A data.frame()
with the available topics. The columns are:
id |
The topic ID. |
value |
The topic value. |
source_note |
The source note. |
https://api.worldbank.org/v2/topics
Other indicators data:
wb_country()
,
wb_income_level()
,
wb_indicator()
,
wb_language()
,
wb_lending_type()
,
wb_region()
,
wb_source()
wb_topic()