I have:
col 1, col2, col3, col4 val
a b c d 5
f g h i 6
...
I want to rbind two columns together. I have the following:
newcol1, newcol2
a b
c d
f g
h i
...