Hello All,

R 2.11.1
Windows XP, 32-bit

Help says that default is eol='\n'.  To me, that represents Linefeed (LF)

>From Help:
eol     the character(s) to print at the end of each line (row). For example, 
eol="\r\n" will produce Windows' line endings on a Unix-alike OS, and eol="\r" 
will produce files as expected by Mac OS Excel 2004.

I would like for write.table to end each line with LF only-no carriage return 
(CR).

Default eol='\n'   generates  CRLF
Explicit eol='\n'   generates  CRLF
eol='\r'   generates CR
eol='\r\n'  generates (predictably)  CRCRLF

Thank you for your time.

Jim


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to