Hi All,
I am new to R studio and not sure how to handle below problem.
There are 2 datasets(name and id as below). Required output is a combination of all possible values.
How do we do this in R?
name - A1, A2, A3
id - 10, 20, 30
required output
A1 - 10
A1 - 20
A1 - 30
A2 - 10
A2 - 20
A2 - 30
A3 - 10
A3 - 20
A3 - 30
Any help on this is highly appreciated.
Thanks,
Sathya