Displaying 1 result from an estimated 1 matches for "a896115".
Did you mean:
86115
2010 Feb 03
0
"read.table" and "scan" skips newlines which "count.fields" finds in Thai textfile
...mes)
Zero items.
I just reduced my file to zero.
Needless to say, my editors show 3 lines (Vim, Em, Hidemaru)
Hex dump shows the newline chars clearly (see below).
I have seen related questions but not the solution:
e.g.
http://n4.nabble.com/problem-with-scan-recognizing-newline-n-td896114.html#a896115
And just for fun :
R>read.table("my.txt", encoding="justkidding")
[1] V1
<0 rows> (or 0-length row.names)
Its funny NOT to see any complaints about "justkidding" encoding...
(it is so not R-ish :-)
We are using R2.8 -> for a while we are stuck with it....