.parse_initial_settings | R Documentation |
This function parses settings required to parse the data set, e.g. determine which columns are identfier columns, what column contains outcome data, which type of outcome is it?
.parse_initial_settings(config = NULL, ...)
config |
A list of settings, e.g. from an xml file. |
... |
Arguments passed on to
|
Three variants of parameters exist:
required: this parameter is required and must be set by the user.
recommended: not setting this parameter might cause an error to be thrown, dependent on other input.
optional: these parameters have default values that may be altered if required.
A list of settings to be used for configuring the experiments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.