Learn R Programming

TKCat (version 1.1.12)

slice.metaMDB: Subset a metaMDB object according to row position in one table

Description

Subset a metaMDB object according to row position in one table

Usage

# S3 method for metaMDB
slice(.data, ..., .preserve = FALSE)

Value

a memoMDB object

Arguments

.data

a metaMDB object

...

a single argument. The name of this argument should be a table name of x and the value of this argument should be vector of integers corresponding to row indexes.

.preserve

not used