Search for recipes by name or description in the active backend.
See also
filter_recipes, rank_recipes,
set_backend
Other tidy-api:
RecipeCategory,
RecipeCertification,
RecipeUser,
add_category(),
certify_recipe(),
default_categories(),
filter_recipes(),
filter_workflows(),
find_workflows_for_recipe(),
list_recipes(),
list_workflows(),
rank_recipes(),
rank_workflows(),
recipe_category(),
recipe_certification(),
recipe_user(),
remove_category(),
search_workflows(),
set_user_info(),
set_version()
Examples
set_backend("local", path = tempfile(fileext = ".json"))
r <- recipe(
name = "Labor Market", user = "Test",
svy = survey_empty(type = "ech", edition = "2023"),
description = "Labor market indicators"
)
publish_recipe(r)
results <- search_recipes("labor")
length(results)
#> [1] 1