#' Check if all experiments have PFF
#' @inheritParams default_params_doc
#' @export
check_pff_experiments <- function(experiments) {
pirouette::check_experiments(experiments)
for (i in seq_along(experiments)) {
peregrine::check_pff_experiment(experiments[[i]])
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.