wb_data: Get all currently available datasets and indicators from...

View source: R/wb_data.R

wb_dataR Documentation

Get all currently available datasets and indicators from World Bank database.

Description

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

Usage

wb_data()

Warning

An internet connection is needed to use this function.

Examples

## Not run: 
library("r-epigraphhub")
datasets <- wb_data()
my_dataset <- datasets[2]
my_dataset

## End(Not run)

thegraphnetwork/r-epigraphhub documentation built on May 23, 2022, 7:45 p.m.