Data collected from the World Bank API using the package wbstats.

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) if (FALSE) { ExPanD(worldbank, df_def = worldbank_data_def, var_def = worldbank_var_def, config_list = ExPanD_config_worldbank) }