data_tables.chMDB | R Documentation |
Get object data tables
## S3 method for class 'chMDB'
data_tables(x, ..., skip = 0, n_max = Inf)
## S3 method for class 'fileMDB'
data_tables(x, ..., skip = 0, n_max = Inf)
data_tables(x, ..., skip = 0, n_max = Inf)
## S3 method for class 'memoMDB'
data_tables(x, ..., skip = 0, n_max = Inf)
## S3 method for class 'metaMDB'
data_tables(x, ..., skip = 0, n_max = Inf)
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) |
A list of dplyr::tibble and matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.