sub-.datatableinterface: a data.table interface

Description Usage Arguments

Description

a data.table interface

Usage

1
2
3
4
## S3 method for class 'datatableinterface'
x[i, j, by, keyby, with, nomatch, mult,
  roll, rollends, which, .SDcols, verbose = FALSE, collect = FALSE,
  allow.cartesian, drop, on]

Arguments

x

a data.table interface object

i

data.table's 'i' argument

j

data.table's 'j' argument

by

not implemented at this point

keyby

not implemented at this point

with

not implemented at this point

nomatch

not implemented at this point

mult

not implemented at this point

roll

not implemented at this point

rollends

not implemented at this point

which

not implemented at this point

.SDcols

not implemented at this point

verbose

If TRUE, status and information messages are returned to the console.

collect

If TRUE, the data.table interface operation will return a data.table to memory

allow.cartesian

not implemented at this point

drop

not implemented at this point

on

not implemented at this point


fstpackage/fsttable documentation built on Sept. 10, 2019, 9:18 p.m.