| wb_region | 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()
region <- wb_region()
head(region)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.