[R] (Newbie) Merging two data frames

2006-02-01 Thread Vivek Satsangi
This one is an easy question. I am looking for the "idiomatic" way to do it. I have two large data frames. I want to "merge" them. What is the idiomatic way to say "match the rows from dataframe 1 to the rows in dataframe2 which have the following fields the same: Identifier, Year and Quarter? (Th

Re: [R] (Newbie) Merging two data frames

2006-02-01 Thread Marc Schwartz (via MN)
On Wed, 2006-02-01 at 17:10 -0500, Vivek Satsangi wrote: > This one is an easy question. I am looking for the "idiomatic" way to do it. > > I have two large data frames. I want to "merge" them. What is the > idiomatic way to say "match the rows from dataframe 1 to the rows in > dataframe2 which ha