Filter an MDB object according to provided tables
Source:R/chMDB.R
, R/fileMDB.R
, R/generics.R
, and 2 more
filter_with_tables.Rd
Filter an MDB object according to provided tables
Usage
# 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, ...)
Arguments
- x
an MDB object
- tables
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.
- checkTables
if TRUE, the tables are confronted to their model in the data model of x.
- by
the size of the batch: number of lines to process together (default: 10000)
- ...
method specific parameters
Value
a memoMDB object