This function requires the bigdata library section to be loaded.
bd.relational.product(x, y)
bdFrame
or
data.frame
.
bdFrame
or
data.frame
.
bdFrame
or
data.frame
containing
the unmatched columns from each data set and the cross product
of each row.
This function takes two inputs (
bdFrame
or
data.frame
). The output contains the
unmatched columns from each data set and the cross product
of each row.
## Get the row cross product of two data sets bd.relational.product(data.frame(b=11:20), data.frame(c=9:21))