In base-R, if you have a data frame and want to output all possible combinations of variables, you can use expand.grid()
I was looking for something similar in Microsoft R/RevoscaleR when dealing with XDF files which are too large to be in memory.
Any ideas?
Thanks!