Skip to content
Back to formatted view

Raw Message

Message-ID: <m2wt4233e3.fsf@fhcrc.org>
Date: 2007-01-04T21:09:40Z
From: Seth Falcon
Subject: SQLite: When reading a table, a "\r" is padded onto the last column. Why?
In-Reply-To: <38b9f0350701031722h2099128fld57807a1e33965b7@mail.gmail.com> (ronggui's message of "Thu, 4 Jan 2007 09:22:23 +0800")

ronggui <ronggui.huang at gmail.com> writes:
> When write a data frame to db table, the problem of "\r" is fixed. But
> for importing data frome file, the problem is still there. When if the
> final line lacks the eol sign "\n", "\001x\001(" comes up.

I've pushed version 0.4-18 to CRAN (should appear in a day or so).
Importing from text files with and without trailing eol marker should
be working.

You still have to tell it what eol is.

If you would like to give this new version a try right away, you can
grab it here:

    http://bioconductor.org/packages/misc/

+ seth