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.

Reply via email to