search for: 000006e

Displaying 1 result from an estimated 1 matches for "000006e".

Did you mean: 000006
2009 Apr 18
1
Can't read table encoded in Unicode (R-2.8.1)
...9 0063 0009 0064 0000010 000d 000a 0058 0009 0031 002c 0032 0009 0000020 0031 002c 0033 0009 0031 002c 0034 000d 0000030 000a 0059 0009 0032 002c 0032 0009 0032 0000040 002c 0033 0009 0032 002c 0034 000d 000a 0000050 005a 0009 0033 002c 0032 0009 0033 002c 0000060 0033 0009 0033 002c 0034 000d 000a 000006e I tried to read the file using file/readLines, which seemed to work after specifying the encoding: > a = file("test.csv",open="r", encoding="UTF-16") > b = readLines(a) > b [1] "a\tb\tc\td" "X\t1,2\t1,3\t1,4" "Y\t2,2\t2,3\t...