Usage
recipe_validate(recipe, symbol = "omop", conns = NULL)
Arguments
- recipe
An omop_recipe object.
- symbol
Character; OMOP session symbol on the server (default
"omop").
- conns
DSI connections or NULL (uses active connections).
Value
A named list of server-side validation results.
Examples
if (FALSE) { # \dontrun{
validation <- recipe_validate(recipe)
} # }