Re: [R] Vectorize 'eol' characters

2011-11-01 Thread Stefano Conti
08-2007868 -Original Message- From: David Winsemius [mailto:dwinsem...@comcast.net] Sent: Tue 01/11/2011 16:27 To: Stefano Conti Cc: Prof Brian Ripley; r-help@r-project.org Subject: Re: [R] Vectorize 'eol' characters On Nov 1, 2011, at 5:18 AM, Stefano Conti wrote: > Dear David, > &

Re: [R] Vectorize 'eol' characters

2011-11-01 Thread David Winsemius
col.names=FALSE, quote=FALSE)) ) writeLines(mod.df, con=file("test.txt") ) (It will still have a regular "eol" == "\n" unless you change that it the writeLines call.) -- David. -- Dr Stefano Conti -Original Message- From:

Re: [R] Vectorize 'eol' characters

2011-11-01 Thread Stefano Conti
4 (0)208-2007868 -Original Message- From: Comcast [mailto:dwinsem...@comcast.net] Sent: Tue 01/11/2011 01:05 To: Stefano Conti Cc: Prof Brian Ripley; r-help@r-project.org Subject: Re: [R] Vectorize 'eol' characters On Oct 31, 2011, at 2:01 PM, "Stefano Conti" wrote:

Re: [R] Vectorize 'eol' characters

2011-10-31 Thread Comcast
; > -Original Message- > From: Prof Brian Ripley [mailto:rip...@stats.ox.ac.uk] > Sent: Mon 31/10/2011 16:45 > To: Stefano Conti > Cc: r-help@r-project.org > Subject: Re: [R] Vectorize 'eol' characters > > On Mon, 31 Oct 2011, Stefano Conti wrote: > >>

Re: [R] Vectorize 'eol' characters

2011-10-31 Thread Stefano Conti
r-help@r-project.org Subject: Re: [R] Vectorize 'eol' characters On Mon, 31 Oct 2011, Stefano Conti wrote: > Dear R users, > > When dumping an R matrix object into a file -- typically via the > 'write.table' function -- the 'eol' option can be used to spec

Re: [R] Vectorize 'eol' characters

2011-10-31 Thread Prof Brian Ripley
On Mon, 31 Oct 2011, Stefano Conti wrote: Dear R users, When dumping an R matrix object into a file -- typically via the 'write.table' function -- the 'eol' option can be used to specify the end-of-line character(s) which should appear at the end of each row. However the argument to 'eol'

[R] Vectorize 'eol' characters

2011-10-31 Thread Stefano Conti
Dear R users, When dumping an R matrix object into a file -- typically via the 'write.table' function -- the 'eol' option can be used to specify the end-of-line character(s) which should appear at the end of each row. However the argument to 'eol' seems to be restricted to have length 1, wherea