List all workflows from the active workflow backend.
See also
search_workflows, filter_workflows
Other tidy-api:
RecipeCategory,
RecipeCertification,
RecipeUser,
add_category(),
certify_recipe(),
default_categories(),
filter_recipes(),
filter_workflows(),
find_workflows_for_recipe(),
list_recipes(),
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"))
all <- list_workflows()
length(all)
#> [1] 0