[email protected] wrote: > > Is it possible to uncompress gzipped data coming over a socket? >
As far I remember a message by Brian Ripley (I could not find it, though), it's not possible directly. You have to save as a file and read from disk; see docs on "connection". Dieter -- View this message in context: http://r.789695.n4.nabble.com/Uncompressing-data-from-read-socket-tp2530790p2530829.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

