Re: [R] Batch Processing Files

2010-11-16 Thread Nathan Miller
Dennis and all, Thank you for the help as I try to get this method for importing and batch processing files organized. I currently have this set-up to import data from two files in my working directory. "Var1" specifies data from file 1 and file 2. filenames=list.files() library(plyr) import

Re: [R] Batch Processing Files

2010-11-15 Thread Dennis Murphy
Hi: See inline. On Mon, Nov 15, 2010 at 4:26 PM, Nate Miller wrote: > Hi All! > > I have some experience with R, but less experience writing scripts using > R and have run into a challenge that I hope someone can help me with. > > I have multiple .csv files of data each with the same 3 columns

[R] Batch Processing Files

2010-11-15 Thread Nate Miller
Hi All! I have some experience with R, but less experience writing scripts using R and have run into a challenge that I hope someone can help me with. I have multiple .csv files of data each with the same 3 columns of data, but potentially of varying lengths (some data files are from short m