Displaying 2 results from an estimated 2 matches for "hitid".
2012 May 18
1
UTF-16 input and read.delim/scan
Hi all,
I am running 64-bit R 2.15.0 on windows 7. I am trying to use read.delim
to read from a file that has 2-byte unicode (CJK) characters.
Here is an example of the data (it is tab-delimited if that gets messed up):
HITId HITTypeId Title
2Q69Z6KW4ZMAGKKFRT6Q4ONO6MJF68 2LVJ1LY58B72OP36GNBHH16YF7RS7Z 看看句子,写写想法
请看以下的句子,再回答问
So read.delim (code below) doesn't read in correctly. It reads up until it
hits the CJK characters and then terminates with a warning:
Warning messages:
1: In read.table(file = file, header =...
2011 Jul 07
2
kripp.alph error message
...rying to get going with kripp.alpha(). I'm loading data from a file,
like this:
> library(irr)
Loading required package: lpSolve
> x <- read.table("foo", comment.char="#", header=TRUE, sep=",", quote="\"")
> x
HITId Resp1 Resp2 Resp3
1 22QI9NZW6HEZ1HYZ5BYTC69GDR5NXQ none
2 24SB6BFMFFOYTBDW8Y6DKESCJWZXKU lead lead
3 26OAUC26DG678UHYAF6K4COKLOH5CG none none none
4 28RZJMJUNU8LUZB2FVWRD8D828Y0G0 tick tick both
5 29DGULF395SW1G0WU7UN2NJBHK4QCE none none none
6 2F6CCF0CP5KXKM2IXX...