Cross join each row of x
to every row in y
.
cross_join(x, y, ..., suffix = c(".x", ".y"))
A data.frame or data.table
A data.frame or data.table
Other parameters passed on to methods
Append created for duplicated column names when using full_join()