I have 7 different lists (sets) and I want to generate all the possible combinations possible. For example:
Asked
Active
Viewed 43 times
0
-
Can the subelements overlap? Note that a set has no order, so it is probably better to use tuples. – Willem Van Onsem Oct 02 '18 at 13:50
-
3Great! Good luck with it! If you get stuck, feel free to ask a question with what you've tried and researched. Read [ask] for more guidelines – Sayse Oct 02 '18 at 13:53
-
Do you use `r` or `python` here? – Willem Van Onsem Oct 02 '18 at 13:55
-
`expand.grid(a,b,c,d,e,f,g)` ? (in R) – Stéphane Laurent Oct 02 '18 at 13:56