slice.memoMDB {TKCat}R Documentation

Subset a memoMDB object according to row position in one table

Description

Subset a memoMDB object according to row position in one table

Usage

## S3 method for class 'memoMDB'
slice(.data, ..., .preserve = FALSE)

Arguments

.data

a memoMDB 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

Value

a memoMDB object


[Package TKCat version 1.1.7 Index]