View source: R/ExperimentSetup.R
extract_experimental_setup | R Documentation |
Parse experimental design
extract_experimental_setup(
experimental_design,
file_dir,
message_indent = 0L,
verbose = TRUE
)
experimental_design |
(required) Defines what the experiment looks
like, e.g.
The different components are linked using Different subsampling methods can be used in conjunction with the basic workflow components:
As shown in the example above, sampling algorithms can be nested. The simplest valid experimental design is Alternatively, the |
message_indent |
Spacing inserted before messages. |
verbose |
Sets verbosity. |
This function converts the experimental_design string
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.