Skip to contents

Configure the active recipe backend via options.

Usage

set_backend(type, path = NULL)

Arguments

type

Character. "local" or "api" (also accepts "mongo" for backward compat).

path

Character. File path for local backend.

Value

Invisibly, the RecipeBackend object created.

Examples

set_backend("local", path = tempfile(fileext = ".json"))