Re: [R] Matched Items in rows + issue with writing a table

2017-05-12 Thread abo dalash
__ From: Jim Lemon Sent: 12 May 2017 04:14 AM To: abo dalash Cc: r-help@R-project.org Subject: Re: [R] Matched Items in rows + issue with writing a table Hi abo, I think you want to split your strings and do your matching like this: x444<-read.table(text="w r cyp3,cyp7

[R] Matched Items in rows + issue with writing a table

2017-05-11 Thread abo dalash
Hi All .., I have a table called "x444" and I would like to create a new column contains the matched items in each row between column w & r . I used match()function as below but this does not return the results I want because of 2 issues. The 1st one is that this gives the row number of shared

Re: [R] Joining tables with different order and matched values

2017-05-09 Thread abo dalash
ext to it under "indications" column. From: Ulrik Stervbo Sent: 09 May 2017 06:31 PM To: abo dalash Subject: Re: [R] Joining tables with different order and matched values Hi Abo, Please keep the list in cc - 1) the comments are accessible to every

Re: [R] Finding nrows with specefic values&converting a matrix into a table

2017-05-01 Thread abo dalash
I used the correct syntax? Regards From: David L Carlson Sent: 30 April 2017 07:33 PM To: abo dalash; r-help@R-project.org Subject: RE: [R] Finding nrows with specefic values&converting a matrix into a table Show us the code you used. Don't just tell u