[R] reading special text files

2005-08-24 Thread Jan Wiener
hello, assume you have a txt-file (sep=\t or ) looking as follows that you want to read into a variable: 1 1 2 3 2 1 2 3 4 3 1 5 6 7 8 the result should look like this (e.g., in a data.frame): 1

Re: [R] reading special text files

2005-08-24 Thread Uwe Ligges
Jan Wiener wrote: hello, assume you have a txt-file (sep=\t or ) looking as follows that you want to read into a variable: 1 1 2 3 2 1 2 3 4 3 1 5 6 7 8 the result should look like this (e.g.,

Re: [R] reading special text files

2005-08-24 Thread Prof Brian Ripley
On Wed, 24 Aug 2005, Jan Wiener wrote: hello, assume you have a txt-file (sep=\t or ) looking as follows that you want to read into a variable: Into a variable or a data frame? 1 1 2 3 2 1 2 3 4 3 1 5 6 7