Displaying 1 result from an estimated 1 matches for "1005_ts".
Did you mean:
10051ms
2011 Dec 31
2
read.csv error: invalid multibyte string
...The trigger for this error is a "degree C" string (\xb0). The offending line is:
[1] "\"DD4A14\",\"VITALS\",\"SITE038\",\"038-501\",\"SCREENING\",\"\",\"Temperature\",\"37.8\",\"\xb0C\",\"1005_TS\",\"e2\",\"1005/cla\",\"\",5/25/2011,-1,2,0,0,0,0,0,0,1,7/20/2011 16:48:25,240,1"
I can get around the error by reading the file with readLines, then editing out that character:
PATH <- textConnection(sub("\xb0", "degrees", readLines(...