expands two data.frames using the Cartesian product
takes the cartesian product of two data.frames
cartesianExpand(x, y)
x |
a |
y |
a |
a data.frame
x = data.frame("a" = 1:5, "b" = 6:10) y = data.frame("z" = letters[1:5], "y" = letters[6:10]) cartesianExpand(x, y)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.