Re: [R] Read txt File contains character ""

Rui Barradas ruipbarradas at sapo.pt
Mon Jun 4 16:57:58 CEST 2012


Hello,

There's a ascii 26, hex 1a, between the quotes. Get rid of it and it 
will probably work.

Hope this helps,

Rui Barradas

Em 04-06-2012 08:43, climmi escreveu:
> Hi
> Dear friend,
>
>   I encountered a problem when I read in one huge txt file which contains the
> character  *""*
> when I run read.table("D:/test.txt",header=T,sep="\t",quote="")
> the lines can only be read before "" appears.
> Once "" appears, it will stop there.
>
> Could you help me on this .
>
> Many thanks. !
>
> --
> View this message in context: http://r.789695.n4.nabble.com/Read-txt-File-contains-character-tp4632286.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list