Filter an MDB object according to provided tables
# S3 method for chMDB
filter_with_tables(x, tables, checkTables = TRUE, by = 10^5, ...)# S3 method for fileMDB
filter_with_tables(x, tables, checkTables = TRUE, by = 10^5, ...)
filter_with_tables(x, tables, checkTables = TRUE, ...)
# S3 method for memoMDB
filter_with_tables(x, tables, checkTables = TRUE, ...)
# S3 method for metaMDB
filter_with_tables(x, tables, checkTables = TRUE, ...)
a memoMDB object
an MDB object
a named list of tibbles to filter with. The names should correspond to the table names in x and the tibbles should fit the data model.
if TRUE, the tables are confronted to their model in the data model of x.
the size of the batch: number of lines to process together (default: 10000)
method specific parameters