[R] How do I tell whether two vectors are identical?

Łukasz Ręcławowicz lukasz.reclawowicz at gmail.com
Tue Oct 12 20:03:54 CEST 2010


Or just:

id<-seq(1,45e3,1)
compare<-data.frame(id,a,b)
differences<-compare$id[a!=b]

-- 
Miłego dnia



More information about the R-help mailing list