Subset a fileMDB object according to row position in one table and return a memoMDB
# S3 method for fileMDB
slice(.data, ..., .preserve = FALSE)
a memoMDB object
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.
not used