Skip to content
Prev 315339 / 398503 Next

Need help: R for repetitive tasks

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: