View source: R/wdi_get_topics.R
wdi_get_topics | R Documentation |
This function returns a tibble of supported topics for querying the World Bank API. Topics represent the broad subject areas covered by the World Bank's datasets.
wdi_get_topics(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 topics that can be used to refine your queries when accessing the World Bank API. Topics represent different areas of focus for data analysis.
A tibble with three columns:
The unique identifier for the topic.
The name of the topic (e.g., "Education", "Health").
A brief description or note about the topic.
https://api.worldbank.org/v2/topics
# Download all available topics in English
wdi_get_topics()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.