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

View source: R/fileMDB.R

slice.fileMDBR Documentation

Subset a fileMDB object according to row position in one table and return a memoMDB

Description

Subset a fileMDB object according to row position in one table and return a memoMDB

Usage

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

Arguments

.data

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


TKCat documentation built on June 8, 2025, 11:25 a.m.