Provides unique combinations of two vectors.
expand.grid.unique(x, y, incl.eq = TRUE)
The unique combinations of the variable names. Used in syntax creation.
A character vector containing variable names.
A character vector containing variable names.
Logical. TRUE means that combinations are kept where a variable appears twice.