R/recipe.R
recipe_import_yaml.Rd
Reconstructs an omop_recipe from a YAML string or file previously created by recipe_export_yaml.
omop_recipe
recipe_export_yaml
recipe_import_yaml(yaml)
Character; a YAML string, or a file path to a YAML file.
An omop_recipe object.
recipe_export_yaml, recipe_import_json
recipe_import_json
if (FALSE) { # \dontrun{ recipe <- recipe_import_yaml("my_recipe.yml") } # }