data_tables: Get object data tables

View source: R/generics.R

data_tables.chMDBR Documentation

Get object data tables

Description

Get object data tables

Usage

## 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)

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


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