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(
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)
>
>
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
3 matches
Mail list logo