[R] delete duplicated conditional

Christian Schulz chschulz at email.de
Fri Aug 28 13:02:37 CEST 2009


Hi,

have anybody a hint, how i could keep the duplicated with a condition in 
a second column,
i.e. maximum in column 620.
nodups <- apos[!duplicated(apos[,1]),c(1,620)]

many thanks
Christian




More information about the R-help mailing list