Description Usage Arguments Value Examples
takes the cartesian product of two data.frames
1 | cartesianExpand(x, y)
|
x |
a |
y |
a |
a data.frame
1 2 3 | x = data.frame("a" = 1:5, "b" = 6:10)
y = data.frame("z" = letters[1:5], "y" = letters[6:10])
cartesianExpand(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.