Displaying 1 result from an estimated 1 matches for "justkid".
Did you mean:
justid
2010 Feb 03
0
"read.table" and "scan" skips newlines which "count.fields" finds in Thai textfile
...ow 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.
(I briefly installed R2.10 but did not seem to overcome the problem)
Any kind o...