Skip to content
Back to formatted view

Raw Message

Message-ID: <1360825417356-4658508.post@n4.nabble.com>
Date: 2013-02-14T07:03:37Z
From: Mat
Subject: match in dependence of 2 columns
In-Reply-To: <1360768766597-4658411.post@n4.nabble.com>

thank you, this code works:

library(plyr)
join(dat1,dat2,by=c("cu.nr.","name"),type="right") 

but my dat2 frame has a lot of columns, which i don't want to match.
How can i say, that only the column "value" should be match to dat1 ?

Thank you.

Mat




--
View this message in context: http://r.789695.n4.nabble.com/match-in-dependence-of-2-columns-tp4658405p4658508.html
Sent from the R help mailing list archive at Nabble.com.