Re: [R] Simple Merge

2012-04-16 Thread Brian Diggs
On 4/16/2012 1:23 PM, Jeff wrote: I'm new to R. I have two data frames I need to merge. One has an ID column the other does not, but both have the same number of rows that are ordered in the same way - e.g., row 1 is the same person in both data frames. For this reason, there is no need to sor

[R] Simple Merge

2012-04-16 Thread Jeff
I'm new to R. I have two data frames I need to merge. One has an ID column the other does not, but both have the same number of rows that are ordered in the same way - e.g., row 1 is the same person in both data frames. For this reason, there is no need to sort or specify a "by" column. I