View source: R/wdi_get_sources.R
wdi_get_sources | R Documentation |
This function returns a tibble of supported data sources for querying the World Bank API. The data sources include various databases and datasets provided by the World Bank.
wdi_get_sources(language = "en")
language |
A character string specifying the language code for the API response (default is "en" for English). |
This function provides a reference for the supported data sources
and their metadata when querying the World Bank API. The columns
is_data_available
and is_metadata_available
are logical values
derived from the API response, where "Y" indicates availability.
A tibble with six columns:
An integer identifier for the data source.
A character string for the source code.
The name of the data source (e.g., "World Development Indicators").
The last update date of the data source.
A boolean indicating whether data is available.
A boolean indicating whether metadata is available.
The number of concepts defined for the data source.
https://api.worldbank.org/v2/sources
# Download all available data sources in English
wdi_get_sources()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.