View source: R/expand.grid.unique.R
expand.grid.unique | R Documentation |
Provides unique combinations of two vectors.
expand.grid.unique(x, y, incl.eq = TRUE)
x |
A character vector containing variable names. |
y |
A character vector containing variable names. |
incl.eq |
Logical. TRUE means that combinations are kept where a variable appears twice. |
The unique combinations of the variable names. Used in syntax creation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.