.get_iteration_data | R Documentation |
Internal function for creating or retrieving iteration data
.get_iteration_data(
file_paths,
data,
experiment_setup,
settings,
message_indent = 0L,
verbose = TRUE
)
file_paths |
Set of paths to relevant files and directories. |
data |
Data set as loaded using the |
experiment_setup |
data.table with subsampler information at different levels of the experimental design. |
settings |
List of parameter settings. Some of these parameters are relevant to creating iterations. |
message_indent |
Indenting of messages. |
verbose |
Sets verbosity. |
A list with the following elements:
iter_list
: A list containing iteration data at the different levels of
the experiment.
project_id
: The unique project identifier.
experiment_setup
: data.table with subsampler information at different
levels of the experimental design.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.