wb_data | R Documentation |
wb_data
pulls all datasets and the respective indicators currently available from World Bank database. It returns an object consisting of a list of datasets and sublists of indicators. This object can be used to download the data using the get_wb_data
function
wb_data()
An internet connection is needed to use this function.
## Not run: library("r-epigraphhub") datasets <- wb_data() my_dataset <- datasets[2] my_dataset ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.