Skip to contents

List all recipes from the active backend.

Usage

list_recipes()

Value

List of all Recipe objects.

Examples

set_backend("local", path = tempfile(fileext = ".json"))
all <- list_recipes()
length(all)
#> [1] 0