[R] bind a data frame columns

Anna Lippel lippelanna21 at hotmail.com
Mon Aug 9 16:00:58 CEST 2010


Hello guys, I want to rbind the columns of a data frame but I don't know how
to do it, let's say:
A   B   C
1   2   3 
1   2   3

I want to get
1
1
2
2
3
3

It seems very simple but I still didnt get a find of how to do it...Please
help!
-- 
View this message in context: http://r.789695.n4.nabble.com/bind-a-data-frame-columns-tp2318526p2318526.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list