Skip to content
Prev 22633 / 398502 Next

Load Ascii file in R

How did you get such a file?

My guess is that you transferred the file from some other machine and
mangled the line endings en route.  As the following shows,
it does work, and the file is written with LF and not CRLF line endings.
If I convert that file to CRLF line endings I get the error you report.

The solution seems to be to either convert the file to LF in a good
editor, or to track down where it is getting corrupted.
On Tue, 13 Aug 2002 SHEN_MO_JUN at lilly.com wrote:

            
How did you manage to find out what the binary code was doing without
building a debug version?