Hi Friends,
Need help:----I have data frame x z y
ss 1
2
aa 3
0
cc 2
5
i need to arrange x column ,so that it should be in this form x z
y
aa 3 0
ss 1 2
cc 2 5
Can anyone help me on this.
Thanks in Advance
--
View this message in context:
http://r.789695.n4.nabble.com/Arranging-the-data-tp4637865.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
[email protected] 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.

