View source: R/cli_integration.R
| goose_recipe | R Documentation |
Run a Goose recipe with parameters.
goose_recipe(
recipe,
params = list(),
explain = FALSE,
render = FALSE,
timeout = getOption("goose.timeout", 300),
retries = getOption("goose.retries", 1)
)
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 |
timeout |
Numeric, timeout in seconds (default uses |
retries |
Integer, number of retries after the first attempt (default uses
|
Recipe output or explanation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.