[R] merging 3 data sets at once

kayj kjaja27 at yahoo.com
Thu Jun 5 01:24:04 CEST 2008


Hi All,

I am looking into merging 3 data sets I know how to do that by merging data1
with data2 and then merging the result with data 3. I was wondering if it
can be done all at once so I tried,

M<-merge(data1,data2,data3, by=”ID”)

It does not work!
Any ideas?



-- 
View this message in context: http://www.nabble.com/merging-3-data-sets-at-once-tp17658873p17658873.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list