On Wed, 5 Nov 2003, Jens [ISO-8859-1] Oehlschl�gel wrote:

>
>
> Brian, Simon,
>
> Thanks for your quick answers. Unfortunately neither \n nor \012 works.
> Under R for Windows (tried on 1.8.0 and 1.5.1) they are automatically converted
> to chr(13)+chr(10).
>

You may have to write as a binary file to get this to work. I would try
opening a binary file connection and passing it to write.csv, but that
might mess up the real line endings.

        -thomas

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to