<div dir="ltr">I have a moderately large csv file that's gzipped, but not in a tar<div>archive, so it's "filename.csv.gz" that I want to read into a data.table.</div><div>I'd like to use fread(), but I can't seem to make it work.  I'm currently</div>
<div>using the following:</div><div><br></div><div>data.table(read.csv(gzfile("filename.csv.gz","r")))</div><div><br></div><div>Various combinations of gzfile, gzcon, file, readLines, and</div><div>textConnection all produce an error (invalid input).  Is there a better</div>
<div>way to read in large, compressed files?</div><div><div><div>-------<br>Nathaniel Graham<br><a href="mailto:npgraham1@gmail.com" target="_blank">npgraham1@gmail.com</a><br><a href="mailto:npgraham1@uky.edu" target="_blank">npgraham1@uky.edu</a></div>

</div></div></div>