Deprecated shim for ds.omop.analysis.list. The curated query
templates are now part of the unified analysis catalog; this forwards to
ds.omop.analysis.list() and returns the catalog data frame.
Arguments
- domain
Character; optional domain filter.
NULL(the default) returns all domains.- provider
Character; ignored (retained for back-compatibility).
- symbol
Character; the session symbol used when the OMOP connection was initialised (default:
"omop").- conns
DSI connection object(s). If
NULL(the default), the connections stored in the active session are used.
Examples
if (FALSE) { # \dontrun{
templates <- ds.omop.query.list()
head(templates)
} # }