[R] problem in reading a sequence file
Ben Bolker
bbolker at gmail.com
Tue Jul 5 13:58:31 CEST 2011
albert coster <albertcoster2010 <at> gmail.com> writes:
>
> Dear all,
>
> I have a file with some sequence (seq.txt). I am writting following code and
> getting error! Can please help me?
>
> seqfile<-read.table(file="seq.txt")
> Warning message:
> In read.table(file = "seq.txt") :
> incomplete final line found by readTableHeader on 'seq.txt'
>
> Thanks in advance
>
> Albert
Very hard to say without more details. Please provide a
reproducible example, or at least more information.
That is not an error, it's a warning: it means there *might* be
something wrong with your data file, but not necessarily. Have you
inspected the results? Are they what you expected? If not, do they
give you some more information about what might be wrong?
Usual suspects: check for unterminated/single quotation marks in
your file.
More information about the R-help
mailing list