Skip to content

reading and parsing gzipped files

2 messages · Dmitriy Skvortsov, Brian Ripley

#
On Thu, 4 Sep 2008, Dmitriy Skvortsov wrote:

            
'parse'?  What is wrong with using read.delim (reading 'tab delimited 
files' is its job)?  It (and scan) work with gzfile connections, so there 
is no need to decompress manually.

See the 'R Data Import/Export Manual' for how to use read.delim efficiently.
PLEASE do.