Skip to content
Prev 171533 / 398503 Next

reading text files compressed by gzip

What did the data appear like when it was read in?  Have you just
tried to read in the lines (readLines) to see if the decompression is
working?  Does this compare to what you get if you decompress the file
outside of R?  Not exactly sure what you mean by "force" since the
command it probably reading in what it thinks is a complete file.  Are
there characters in the file that might cause it to stop reading, or
to bunch up data differently (e.g., misplaced quotes).

Some more information has to be provided to guess what your problem might be.
On Tue, Feb 24, 2009 at 9:13 AM, Daren Tan <darentan76 at gmail.com> wrote: