R/liss_merge_engine.R
liss_recipe.Rd
convenience function to load one of the bundled YAML recipes shipped with the package (in inst/recipes/).
inst/recipes/
liss_recipe(module)
character. two-letter module code (e.g. "ch", "cv").
"ch"
"cv"
a parsed recipe list (validated against the canonical schema).
if (FALSE) { # \dontrun{ recipe <- liss_recipe("ch") } # }