Description Usage Arguments Value Examples
Faster alternative to expand.grid()
1 | expand_grid(v1, v2)
|
v1 |
A vector. |
v2 |
A vector. |
A dataframe of combinations of v1
and v2
.
1 | expand_grid(v1 = c(1, 2), v2 = c(1, 2, 3, 4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.