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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to