Skip to contents

Filter workflows in the active backend by survey type, edition, recipe ID, or certification level.

Usage

filter_workflows(
  survey_type = NULL,
  edition = NULL,
  recipe_id = NULL,
  certification_level = NULL
)

Arguments

survey_type

Character survey type or NULL (default NULL).

edition

Character edition or NULL (default NULL).

recipe_id

Character recipe ID or NULL (default NULL). Find workflows using this recipe.

certification_level

Character certification level or NULL (default NULL).

Value

List of matching RecipeWorkflow objects.

Examples

set_workflow_backend("local", path = tempfile(fileext = ".json"))
ech_wf <- filter_workflows(survey_type = "ech")
length(ech_wf)
#> [1] 0