Displaying 2 results from an estimated 2 matches for "a00002".
Did you mean:
a0000
2006 Jan 25
3
read.table problem
Dear R useRs,
I have big (23000 rows), vertical bar delimited file:
e.g.
A00001|Text a,Text b, Text c|345
A00002|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 the number of columns
I have no problems with processing similar file, which is only 10000
rows...
2004 Apr 26
1
Newbie Q: Setting up under linux: Spool directory.
...I have tried having default_mail_env unset and with the following:
default_mail_env = mbox:/var/spool/mail/%u:INBOX=:/home/%u/Maildir
What I get when I talk to it directly is:
$ telnet localhost imap
Trying 127.0.0.1...
Connected to localhost
Escape character is '^]'.
* OK dovecot ready.
A00002 LOGIN mclay "xxxxxx"
A00002 OK Logged in.
A00003 SELECT INBOX
A00003 NO Internal error [2004-04-26 12:56:03]
So could a kind sole point me in the right direction?
Thanks