Skip to content

Need help: R for repetitive tasks

3 messages · Simonas Kecorius, R. Michael Weylandt, Greg Snow

#
list.files() to get all the files in the directory (use the pattern
argument to be more specific). Then loop over the file names, reading
in the data one at a time, do the desired processing, and then use the
file name to make the graphics file name as well.

Cheers, MW

On Tue, Jan 15, 2013 at 12:30 PM, Simonas Kecorius
<simolas2008 at gmail.com> wrote: