goose_recipe: Execute Goose Recipe
Description
Run a Goose recipe with parameters.
Usage
goose_recipe(recipe, params = list(), explain = FALSE, render = FALSE)
Value
Recipe output or explanation
Arguments
- recipe
Character, recipe name or path to recipe file
- params
Named list of parameters to pass to recipe
- explain
Logical, show recipe explanation instead of running
- render
Logical, render recipe instead of running