On 31 Mar 2004 19:22:30 +0200, Peter Dalgaard
<[EMAIL PROTECTED]> wrote :

>Nicole Soranzo <[EMAIL PROTECTED]> writes:
>
>> I cannot seem to be able to import my data anymore. When I try to
>> import the attached file with the string
>> 
>> FunctRes<-read.table("C:/Documents and Settings/FunctRes.txt", header=FALSE)
>> 
>> I obtain:
>> 
>>  > FunctRes
>>      V1
>> 1  ˙ūC
>...
>> 
>> Can you help me?
>
>Something is wrong with your file (16-bit encoding?) I see almost
>every 2nd character coded as ^@ (ASCII NUL). 

My text editor identifies it as a Unicode file.  R wants plain ascii.

Duncan Murdoch

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to