Description Usage Format Details Examples
A data frame containing variable definitions for the russell_3000
data set.
The data definitions can be passed to ExPanD via the
df_def
parameter.
1 |
An object of class "data.frame"
.
Data definitions are provided by the package maintainer and are somewhat superficial to make them both, short and informative. User discretion is advised when using this data outside of its didactic purpose.
1 2 3 4 5 6 7 | data(russell_3000)
data(russell_3000_data_def)
data(ExPanD_config_russell_3000)
## Not run:
ExPanD(russell_3000, df_def = russell_3000_data_def, config_list = ExPanD_config_russell_3000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.