Skip to content

This function automatically appends data from specified or all tables in the OMOP CDM database to a base table, with options to filter by columns and concepts. It excludes 'person' and 'concept' tables by default and warns if no filters are provided, potentially impacting performance.

Arguments

tables

Optional; a vector of table names to include in the operation. If NULL, all person-related tables are considered except 'person' and 'concept'.

columns

Optional; a vector of column names to include in the operation.

concepts

Optional; a list of concept IDs to filter the data by.

silent

Optional; a boolean indicating whether to suppress warnings.

...

Additional arguments to pass to the append method.