Learn R Programming

ExPanDaR (version 0.5.3)

worldbank: 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)

Arguments

Format

An object of class "data.frame".

Examples

Run this code
# NOT RUN {
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)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab