Returns the full cdm_source table row(s) from each connected server,
describing the data source (name, abbreviation, holder, release/version
dates, etc.). This is metadata, not patient data, so this reader is not
disclosure-gated. Sites may describe genuinely different data sources, so the
result is deliberately kept per-server and is not merged.
Arguments
- 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.- execute
Logical; if
FALSE, returns a dry-rundsomop_resultcontaining only the reproducible R code without contacting the servers.