Get object data tables
Usage
# S3 method for chMDB
data_tables(x, ..., skip = 0, n_max = Inf)
# S3 method for fileMDB
data_tables(x, ..., skip = 0, n_max = Inf)
data_tables(x, ..., skip = 0, n_max = Inf)
# S3 method for memoMDB
data_tables(x, ..., skip = 0, n_max = Inf)
# S3 method for metaMDB
data_tables(x, ..., skip = 0, n_max = Inf)
Arguments
- x
an object with embedded data tables
- ...
the name of the tables to get (default: all of them)
- skip
the number of rows to skip (default: 0)
- n_max
maximum number of rows to return (default: Inf)
Value
A list of dplyr::tibble and matrix