Re: [R] read multiple dataset at one time

2012-04-30 Thread Tal Galili
Without more information on the format of the files, or any other thing, it is hard to give a full answer. But shortly: yes, it is possible. With a bit more details: You can combine: readLines (or read.table, or what ever will work for your file), with list.files And run through them with a for lo

[R] read multiple dataset at one time

2012-04-30 Thread ya
Hi, Is it possible to read, say 100 dat files in one time? I want to combine these 100 data set into one single dat file. Any suggestions? Thank you very much. ya [[alternative HTML version deleted]] __ R-help@r-project.org mailing list ht