Re: [R] Reading a large directory of compressed zips into a data frame

2016-07-09 Thread David Winsemius
> On Jul 9, 2016, at 10:59 PM, Giles Bischoff wrote: > > Hello R Programmers! > I was wondering if y'all could help me. I'm trying to read data from a > directory containing 332 compressed zips all with about 1000 lines (or > more) of data into a data frame. I have it so that the directory is se

[R] Reading a large directory of compressed zips into a data frame

2016-07-09 Thread Giles Bischoff
Hello R Programmers! I was wondering if y'all could help me. I'm trying to read data from a directory containing 332 compressed zips all with about 1000 lines (or more) of data into a data frame. I have it so that the directory is set to the file with the zips in it. I figured this way when I tried