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
)See also
search_workflows,
find_workflows_for_recipe
Other tidy-api:
RecipeCategory,
RecipeCertification,
RecipeUser,
add_category(),
certify_recipe(),
default_categories(),
filter_recipes(),
find_workflows_for_recipe(),
list_recipes(),
list_workflows(),
rank_recipes(),
rank_workflows(),
recipe_category(),
recipe_certification(),
recipe_user(),
remove_category(),
search_recipes(),
search_workflows(),
set_user_info(),
set_version()
Examples
set_workflow_backend("local", path = tempfile(fileext = ".json"))
ech_wf <- filter_workflows(survey_type = "ech")
length(ech_wf)
#> [1] 0