Skip to content

Reconstructs an omop_recipe from a YAML string or file previously created by recipe_export_yaml.

Usage

recipe_import_yaml(yaml)

Arguments

yaml

Character; a YAML string, or a file path to a YAML file.

Value

An omop_recipe object.

Examples

if (FALSE) { # \dontrun{
recipe <- recipe_import_yaml("my_recipe.yml")
} # }