Skip to contents

Filters which models appear in the summary table by name.

Usage

set_spec_models(spec, models)

Arguments

spec

A SummarySpec object

models

Character vector of model names, or NULL for all models

Value

Modified spec

Examples

spec <- SummarySpec() |>
  set_spec_models(c("run001", "run002", "run003"))