Learn R Programming

TKCat (version 1.1.12)

filter_with_tables.chMDB: Filter an MDB object according to provided tables

Description

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, ...)

Value

a memoMDB object

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