Skip to content

Deprecated shim for ds.omop.analysis.get. Forwards to ds.omop.analysis.get() using the entry's pack-prefixed catalog name ("dsomop:<query_id>") and returns the entry metadata list.

Usage

ds.omop.query.get(query_id, symbol = "omop", conns = NULL)

Arguments

query_id

Character; the legacy query ID (e.g., "condition_prevalence").

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.

Value

Named list of catalog entry metadata, or NULL if not found.

Examples

if (FALSE) { # \dontrun{
meta <- ds.omop.query.get("condition_prevalence")
meta$params
} # }