View source: R/check_experiment.R
check_experiment | R Documentation |
Will stop if not. A valid pirouette experiment can be created by create_experiment.
check_experiment(experiment)
experiment |
a pirouette experiment, as can be created by create_experiment |
nothing. Will stop if not
Richèl J.C. Bilderbeek
Use check_experiments to check if an object is a list of experiments
if (beautier::is_on_ci()) {
# Check cleanup by other functions
beastier::check_empty_beaustier_folders()
check_experiment(create_test_experiment())
check_experiment(create_test_gen_experiment())
if (rappdirs::app_dir()$os != "win") {
check_experiment(create_test_cand_experiment())
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.