I'm reading a file into a list by:
PDF = scan("file",what="character",sep="\10")

"\10" is the newline character in this file, also tried "\n" originally

On lines that are ended by "\13\10", both are dropped from the list entry
I want scan to keep the "\13" in the list entry.

Is this a bug or just a strange feature?



        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to