Append a table to the base table
OMOPCDMHelper-append.Rd
This function appends a specified table from the OMOP CDM database to the base table, with options to filter columns, apply concept filters, and specify merge conditions.
Arguments
- table
A character string specifying the name of the table to append data to.
- columns
Optional; a vector of column names to include in the operation.
- concepts
Optional; a list of concept IDs to filter the data by.
- merge.x
Optional; a character string specifying the column name in the base table to merge on.
- merge.y
Optional; a character string specifying the column name in the target table to merge on.
- ...
Additional parameters to be passed to the underlying get method.