On Mon, 11 Oct 2021 16:24:01 +0000 "Conklin, Mike (GfK) via R-help" <r-help using r-project.org> wrote: > Is there a way to return a connection to a single file within a > zipped file using gzfile or some other method. Sure! Use unz() instead of gzfile(). -- Best regards, Ivan