Re: [R] Help on reading multipe files in R

2010-10-04 Thread Michael Bedward
Hello, I think you'll have to provide more details on the file type / format and your analytical objectives (as will Arnab Kumar Maity, Researcher, Indian School of Business who just asked a remarkably similar question :) Michael On 4 October 2010 16:43, Rahul Menon wrote: > Hi, >    How can I

[R] Help on reading multipe files in R

2010-10-04 Thread Rahul Menon
Hi, How can I read multiple files(in a loop like manner) within a single code of R ? For example, I need to run the same code for different datasets (here list of companies) and since individual files are quite large, appending the files into one file is not a desirable option. Can this be d