Skip to content
Prev 9847 / 15075 Next

Problem importing several files every day

Martin,

It looks like you need to change one line slightly:

filenames<-all.filenames[!(all.filenames %in% old.filenames$V1)]

...because you're reading old.filenames.tab into a data frame. I don't
think this should be platform-dependent, but don't know for sure.

Another option, simpler it seems to me, would be to move the files to
a "already_processed" folder when you're done with them.

Ben


On Thu, Apr 25, 2013 at 6:21 AM, Martin Lavoie
<martin21skifond at gmail.com> wrote: