cross_join: Make cartesian product of two tables

Description Usage Arguments

Description

function returns combination of all records in l with all records from r. Columns from r follow columns from l in the result.

Usage

1
cross_join(l, r)

Arguments

l, r
  • left and right hand side tables


2DegreesInvesting/pacta documentation built on June 17, 2019, 12:04 p.m.