Learn R Programming

TKCat (version 1.1.12)

data_tables.chMDB: Get object data tables

Description

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)

Value

A list of dplyr::tibble and matrix

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)