Description Usage Arguments Examples
This function returns a tibble of indicator IDs and related information that are available for download from the World Bank API
1 | wb_indicators(lang, include_archive = FALSE)
|
lang |
Language in which to return the results. If |
include_archive |
|
1 2 3 4 5 6 7 8 9 10 | # can get a new list of available indicators by downloading new cache
fresh_cache <- wb_cache()
fresh_indicators <- fresh_cache$indicators
# or by running the wb_indicators() function directly
fresh_indicators <- wb_indicators()
# include archived indicators
# see include_archive parameter description
indicators_with_achrive <- wb_indicators(include_archive = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.