R/tools.R
listcomb.Rd
Create all unique element combinations.
listcomb(...)
arguments
A list of all possible combinations.
list
if (FALSE) { listcomb(x = 1:3, y = letters[1:2]) }