worldbank {ExPanDaR} | R Documentation |
A Snapshot of Macroeconomic Data as Provided by the World Bank API (1960 - 2018)
Description
Data collected from the World Bank API using the package wbstats
.
Usage
data(worldbank)
Format
An object of class "data.frame"
.
Source
Has been collected using the wbstats::wb()
function
from the World Bank API in Dec 2020.
The code to generate this data is available in the
github repository of this package.
Use in scientific studies is not advised without prior cleaning/checking.
Examples
data(worldbank)
prepare_missing_values_graph(worldbank, ts_id = "year")
data(worldbank_data_def)
data(worldbank_var_def)
data(ExPanD_config_worldbank)
## Not run:
ExPanD(worldbank, df_def = worldbank_data_def,
var_def = worldbank_var_def, config_list = ExPanD_config_worldbank)
## End(Not run)
[Package ExPanDaR version 0.5.3 Index]