filter_with_tables: Filter an MDB object according to provided tables

View source: R/generics.R

filter_with_tables.chMDBR Documentation

Filter an MDB object according to provided tables

Description

Filter an MDB object according to provided tables

Usage

## S3 method for class 'chMDB'
filter_with_tables(x, tables, checkTables = TRUE, by = 10^5, ...)

## S3 method for class 'fileMDB'
filter_with_tables(x, tables, checkTables = TRUE, by = 10^5, ...)

filter_with_tables(x, tables, checkTables = TRUE, ...)

## S3 method for class 'memoMDB'
filter_with_tables(x, tables, checkTables = TRUE, ...)

## S3 method for class '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


TKCat documentation built on Feb. 16, 2023, 10:51 p.m.