Re: [R] Column mapping

2010-07-27 Thread Stefan Grosse
Am 28.07.2010 07:36, schrieb jd6688: > > DF1 > name OTHER > ABCO > KKKO > QQQO > DDDO > PPPO > > DF2 > name > ABC > KKK > DDD > > If the names in df1 mapped the names in df2, then add the mapped name to df1 > as a separate column, for instance "mappedColumn" What do you

[R] Column mapping

2010-07-27 Thread jd6688
DF1 nameOTHER ABC O KKK O QQQ O DDD O PPP O DF2 name ABC KKK DDD If the names in df1 mapped the names in df2, then add the mapped name to df1 as a separate column, for instance "mappedColumn" how to implement this? Thanks -- View this message in context: http