Re: [R] Mapping file-Legend- from 2 Files/Tables

2008-04-13 Thread Edwin Sendjaja
Hello, Because no one has answered this. I presume that no one knows the soluition. Fortunately, I found the solution: Keyword: merge() -- table1<-read.table("Salesman.data") table2<-read.table("Employee.data") data<-merge(

Re: [R] Mapping file-Legend- from 2 Files/Tables

2008-04-12 Thread Gabor Grothendieck
See ?merge ?match for two different ways and do an RSiteSearch for those to find examples in the archives On Sat, Apr 12, 2008 at 12:19 AM, Edwin Sendjaja <[EMAIL PROTECTED]> wrote: > Hello, > > I have got 2 Tables from different files: > > Table 1 (lets say file: Salesman.data) > >

Re: [R] Mapping file-Legend- from 2 Files/Tables

2008-04-12 Thread Edwin Sendjaja
Does anyone know how to solve this. I am so desperate. I'd be terribly grateful for any help. Am Samstag, 12. April 2008 05:19:16 schrieb Edwin Sendjaja: > Hello, > > I have got 2 Tables from different files: > > Table 1 (lets say file: Salesman.data) > > > | ID | User_ID

[R] Mapping file-Legend- from 2 Files/Tables

2008-04-11 Thread Edwin Sendjaja
Hello, I have got 2 Tables from different files: Table 1 (lets say file: Salesman.data) | ID | User_ID --- 1| 1 | 4 2| 2 | 6 3| 3 | 7 4| 4 | 2 5| 5 | 3 Table2 (file: Employee.data)