OMOP CDM Helper
OMOPCDMHelper.RdThis class facilitates the creation of tables from a connection to an OMOP CDM database.
Public fields
OMOPCDMDatabaseAn object representing the connection to the OMOP CDM database.
symbolA symbol used to reference the retrieved data in the DataSHIELD environment.
Constructor for OMOP CDM Helper
Methods
Method new()
Usage
OMOPCDMHelper$new(
connections,
resource,
symbol,
personColumns = NULL,
personFilter = NULL,
...
)Arguments
connectionsConnection object to the DataSHIELD server.
resourceEither an identifier or a named list of identifiers for the specific resource(s) within the DataSHIELD server(s). If a named list, the name of each resource identifier should correspond to the server name in the connections.
symbolA character string representing the symbol to which the resource will be assigned.
personColumnsOptional; a vector of column names to filter from the person table.
personFilterOptional; a character string representing another object in the DataSHIELD environment whose person IDs will be used to filter the processed data (this speeds up the processing of the data if not all the person IDs are needed).
...Additional parameters to be passed to the underlying get method.