| wb_source | R Documentation |
List all sources supported by the World Bank API.
wb_source(source = NULL, lang = "en")
source |
( |
lang |
( |
A data.frame() with the available sources. The columns are:
id: The source ID.
last_updated: The date the source was last updated.
name: The source name.
code: The source code.
description: The source description.
url: The source URL.
data_availability: Whether the source has data available.
metadata_availability: Whether the source has metadata available.
concepts: The concepts associated with the source.
https://api.worldbank.org/v2/sources
Other indicators data:
wb_country(),
wb_income_level(),
wb_indicator(),
wb_language(),
wb_lending_type(),
wb_region(),
wb_topic()
src <- wb_source()
head(src)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.