worldbank_data_def {ExPanDaR} | R Documentation |
Data Definitions for worldbank
Data Set
Description
A data frame containing variable definitions for the worldbank
data set.
The data definitions can be passed to ExPanD
via the
df_def
parameter.
Usage
data(worldbank_data_def)
Format
An object of class "data.frame"
.
Details
Data definitions are as provided by the World Bank API and the code to generate them is available in the github repository of this package.
Examples
data(worldbank)
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]