Skip to content

This method fetches a comprehensive list of columns from specified or all tables within the OMOP CDM database. across all connected servers. It leverages the underlying OMOPCDMDatabase class to query the database and fetch the catalog of columns.

Arguments

tables

Optional; a vector of table names to include in the operation. If NULL, all tables are considered.

Value

A list containing the names of all columns available in the specified tables of the OMOP CDM database.