Skip to contents

Controls whether models without completed runs are excluded.

Usage

set_spec_remove_unrun(spec, remove)

Arguments

spec

A SummarySpec object

remove

Logical value

Value

Modified spec

Examples

spec <- SummarySpec() |>
  set_spec_remove_unrun(FALSE)