R/recipe.R
recipe_load.Rd
Convenience wrapper around recipe_import_json and recipe_import_yaml. The parser is selected from the file extension.
recipe_import_json
recipe_import_yaml
recipe_load(file)
Character; source path ending in .json, .yml, or .yaml.
.json
.yml
.yaml
An omop_recipe object.
omop_recipe
recipe_save, recipe_import_json, recipe_import_yaml
recipe_save
if (FALSE) { # \dontrun{ recipe <- recipe_load("analysis_recipe.yml") } # }