Get object data tables
# 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)
A list of dplyr::tibble and matrix
an object with embedded data tables
the name of the tables to get (default: all of them)
the number of rows to skip (default: 0)
maximum number of rows to return (default: Inf)