.prepare_familiar_data_sets | R Documentation |
Information concerning models, features and the experiment is processed and stored in familiarData objects. Information can be extracted from these objects as csv files, or by plotting, or multiple objects can be combined into familiarCollection objects, which allows aggregated exports.
.prepare_familiar_data_sets(
cl = NULL,
only_pooling = FALSE,
message_indent = 0L,
verbose = FALSE
)
cl |
Cluster for parallel processing. |
only_pooling |
Flag that, if set, forces evaluation of only the top-level data, and not e.g. ensembles. |
message_indent |
indent that messages should have. |
verbose |
Sets verbosity |
This function generates the names of familiarData object files, and their corresponding generating ensemble, which allows the familiarData objects to be created.
A data.table with created links to created data objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.