Returns the currently configured recipe backend. Defaults to "api" if not configured.
See also
Other backends:
get_workflow_backend(),
set_backend(),
set_workflow_backend()
Examples
set_backend("local", path = tempfile(fileext = ".json"))
backend <- get_backend()
backend
#> <RecipeBackend>
#> Public:
#> clone: function (deep = FALSE)
#> filter: function (survey_type = NULL, edition = NULL, category = NULL,
#> get: function (id)
#> increment_downloads: function (id)
#> initialize: function (type, path = NULL)
#> list_all: function ()
#> load: function ()
#> publish: function (recipe)
#> rank: function (n = NULL)
#> save: function ()
#> search: function (query)
#> type: local
#> Private:
#> .path: /tmp/RtmpkNIXgg/file26a2523ddf62.json
#> .registry: RecipeRegistry, R6