# can get a new list of available indicators by downloading new cache
# \donttest{
fresh_cache <- wb_cache()
# }
# \donttest{
fresh_indicators <- fresh_cache$indicators
# }
# or by running the wb_indicators() function directly
# \donttest{
fresh_indicators <- wb_indicators()
# }
# include archived indicators
# see include_archive parameter description
# \donttest{
indicators_with_archive <- wb_indicators(include_archive = TRUE)
# }
Run the code above in your browser using DataLab