Displaying 1 result from an estimated 1 matches for "tp20675022p20675022".
2008 Nov 25
2
dataframe
...n 768 094
i want the uniques of column 1 and there corresponsing column 2 and 3
output
abc 123 345
lmn 567 345
hkl 568 535
cbind(DF1[,1],DF1[which(unique(DF1[,1]),c(2,3)])
but didnt work
kindly let me know how to go abt it
ramya
--
View this message in context: http://www.nabble.com/dataframe-tp20675022p20675022.html
Sent from the R help mailing list archive at Nabble.com.