Skip to content
Prev 11994 / 398502 Next

read data in from gzipped file

On Wed, 27 Jun 2001, Paul E Johnson wrote:

            
It couldn't until last Friday ... and it is in the NEWS for 1.3.0.
You want

splat <- read.table(gzfile("DataCulture22.gz"), header=T)

or whatever else you would add for an uncompressed data file
(open ="r" is the default).