wb_region {worldbank} | R Documentation |
List all regions supported by the World Bank API.
wb_region(region = NULL, lang = "en")
region |
|
lang |
|
A data.frame()
with the available regions. The columns are:
id |
The region ID. |
code |
The region code. |
iso2code |
The ISO 2 code of the region. |
name |
The region name. |
https://api.worldbank.org/v2/region
Other indicators data:
wb_country()
,
wb_income_level()
,
wb_indicator()
,
wb_language()
,
wb_lending_type()
,
wb_source()
,
wb_topic()
wb_region()