Learn R Programming

TKCat (version 1.1.12)

heads.chMDB: Get the first records of each object data tables

Description

Get the first records of each object data tables

Usage

# S3 method for chMDB
heads(x, ..., n = 6L)

# S3 method for fileMDB heads(x, ..., n = 6L)

heads(x, ..., n = 6L)

# S3 method for memoMDB heads(x, ..., n = 6L)

# S3 method for metaMDB heads(x, ..., n = 6L)

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)

n

maximum number of records to return (default: 6)