I'm trying to figure out how to do this but not sure how. For example, if I have...
ID Name Type Other
1 Andy Test1; Test2; Test3 Other1; Other2; Other3
I'd like for R to return...
ID Name Type Other
1 Andy Test1 Other1
1 Andy Test2 Other2
1 Andy Test3 Other3
Is there any way to partition the data to get that?