Computes the Cartesian product of all the combinations of elements in a list

listCartesian(allList)

Arguments

allList

a list of lists

Value

A list with all possible combinations from the input list of lists