Description Usage Format Source Examples
Data collected from the World Bank API using the package wbstats
.
1 |
An object of class "data.frame"
.
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.
1 2 3 4 5 6 7 8 9 10 11 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.