Learn R Programming

gooseR (version 0.1.0)

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