R
Robbie G
I have got 2 tables; 1 with a single column of data, e.g. A, B, C, etc. the
other with a single column of different data, e.g. 1, 2, 3, etc. I want to
create a table from these with 2 columns and all the combinations of the 2
data sets, e.g.
A 1
A 2
A 3
B 1
B 2
B 3
C 1
C 2
C 3
etc.
How do i do this?
thanks,
other with a single column of different data, e.g. 1, 2, 3, etc. I want to
create a table from these with 2 columns and all the combinations of the 2
data sets, e.g.
A 1
A 2
A 3
B 1
B 2
B 3
C 1
C 2
C 3
etc.
How do i do this?
thanks,