[R] Combining two/more data.frame with variable column lengths.

2008-12-11 Thread HAROON MALIK.
Hi, i want to combine several data.frames in to one big data.frame. The problem is that length of the column in each data.frame is diffrent. cbind or rbind dont work here. i wrote my own function to solve it which really unefficient. If some has a neat solution, it will be highly appriciated.

Re: [R] Corrupt Header<==Help

2008-12-10 Thread Haroon Malik
Thank you it works to some extent, now I get two extra back slashes: > x disk(c:) processor(1) 1 322 40 2 422 60 From: Henrique Dallazuanna [mailto:[EMAIL PROTECTED] Sent: December-10-08 5:18 AM To: Haroon Malik Cc: r-hel

[R] Corrupt Header<==Help

2008-12-10 Thread Haroon Malik
Hi, I have a little problem with table header. I am enclosing my TOY example: I have a tab separated file(tsv) with two columns as follow: \\disk(c:) \\processor(1) 322 40 422 60 I read the file using read.table as follow: tab<-read.table("c:/R/file1.

[R] Help with Table headers

2008-12-10 Thread Haroon Malik
Hi, I have a little problem with table header. I am enclosing my TOY example: I have a tab separated file(tsv) with two columns as follow: \\disk(c:) \\processor(1) 322 40 422 60 I read the file using read.table as follow: tab<-read.table("c:/R/file1.

[R] Help with Table headers

2008-12-10 Thread Haroon Malik
Hi, I have a little problem with table header. I am enclosing my TOY example: I have a tab separated file(tsv) with two columns as follow: \\disk(c:) \\processor(1) 322 40 422 60 I read the file using read.table as follow: tab<-read.table("c:/R/file1.