[R] read.table problem

2006-01-25 Thread Andrej Kastrin
Dear R useRs, I have big (23000 rows), vertical bar delimited file: e.g. A1|Text a,Text b, Text c|345 A2|Text bla|456 ... .. . Try using A - read.table('filename.txt', header=FALSE,sep='\|') process stop at line 11975 with warning message: number of items read is not a multiple of

Re: [R] read.table problem

2006-01-25 Thread Peter Dalgaard
Andrej Kastrin [EMAIL PROTECTED] writes: Dear R useRs, I have big (23000 rows), vertical bar delimited file: e.g. A1|Text a,Text b, Text c|345 A2|Text bla|456 ... .. . Try using A - read.table('filename.txt', header=FALSE,sep='\|') process stop at line 11975 with

Re: [R] read.table problem

2006-01-25 Thread Philippe Grosjean
Hello, Well... the error message is explicit enough: number of items read is not a multiple of the number of columns means that you do not have the right number of items around line 11975 (not the same number as in the 11974 previous lines)! This is an error in you file. Best, Philippe

Re: [R] read.table problem

2006-01-25 Thread bogdan romocea
:[EMAIL PROTECTED] On Behalf Of Andrej Kastrin Sent: Wednesday, January 25, 2006 3:08 AM To: r-help Subject: [R] read.table problem Dear R useRs, I have big (23000 rows), vertical bar delimited file: e.g. A1|Text a,Text b, Text c|345 A2|Text bla|456 ... .. . Try using

RE: [R] Read.table problem

2003-02-03 Thread Bøthun, Gjermund
- Original Message - From: ptremb17 [EMAIL PROTECTED] length(varnames) = 9 length(c(F,T,F,F,F,F,F,F,F,F))) = 10 To: R-HELP [EMAIL PROTECTED] Sent: Saturday, February 01, 2003 3:24 AM Subject: [R] Read.table problem Hi ! I am new to R, and using the MAC version onto Mac OS 9.1. My

Re: [R] Read.table problem

2003-02-01 Thread ripley
- Original Message - From: ptremb17 [EMAIL PROTECTED] To: R-HELP [EMAIL PROTECTED] Sent: Saturday, February 01, 2003 3:24 AM Subject: [R] Read.table problem Hi ! I am new to R, and using the MAC version onto Mac OS 9.1. My question concerns the problem I encounter when I try

[R] Read.table problem

2003-01-31 Thread ptremb17
Hi ! I am new to R, and using the MAC version onto Mac OS 9.1. My question concerns the problem I encounter when I try to read some data I have using the read.table function. I always get an error of type : Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :