CJI: Indexed cross join / filter for data.table

Description Usage Arguments Value See Also Examples

View source: R/idxv.R

Description

To be used inside data.table, same as CJ function. In case of not filtering on particular fields pass TRUE value to ..., see examples in idxv.

Usage

1
CJI(IDX, ..., nomatch = 0)

Arguments

IDX

list generated by idxv, must be produced on the same data.table on which CJI is used.

nomatch

integer 0 or NA. Default 0 (inner join) to filter data.table.

...

values to filter data.table. For the columns to skip filtering use TRUE, see examples in idxv.

Value

Subset of data.table according to arguments passed to ....

See Also

idxv

Examples

1
# see ?idxv examples

jangorecki/dwtools documentation built on May 18, 2019, 12:24 p.m.