Skip to content

Convenience wrapper around recipe_import_json and recipe_import_yaml. The parser is selected from the file extension.

Usage

recipe_load(file)

Arguments

file

Character; source path ending in .json, .yml, or .yaml.

Value

An omop_recipe object.

Examples

if (FALSE) { # \dontrun{
recipe <- recipe_load("analysis_recipe.yml")
} # }