Per the posting guide linked below" (which you _have_ read, right?) "For questions about functions in standard packages distributed with R (see the FAQ Add-on packages in R <http://cran.r-project.org/doc/FAQ/R-FAQ.html#Add-on-packages-in-R>), ask questions on R-help. If the question relates to a *contributed package* , e.g., one downloaded from CRAN, try contacting the package maintainer first. You can also use find("functionname") and packageDescription("packagename") to find this information. *Only* send such questions to R-help or R-devel if you get no reply or need further assistance. This applies to both requests for help and to bug reports."
So have you done this? readr is part of the RStudio ecosystem, so posting on their support page might be another alternative. (Of course you may get a helpful response here if you get lucky. But you shouldn't expect one). Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Tue, Dec 8, 2020 at 5:48 PM Jeff Reichman <reichm...@sbcglobal.net> wrote: > r-help Forum > > > > While read_csv will unzip and read a *.zip file will it read multiply files > in a *.zip file. For example > > > > object <- read_csv(unz(description = "fileName.zip", filename = > "fiename1.csv")) where filename.zip contains two file fileName1.csv and > fileName2.csv (note this line of code doesn't work). So I'm just curious if > read_csv will read a zip file that contains more than one file. > > > > Jeff > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.