Re: [R] read multiple dataset at one time

2012-05-01 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 loop.

Now that I am writing this, I am wondering if it could be possible to do
this in some parallel function, instead of with a loop...




On Mon, Apr 30, 2012 at 9:32 PM, ya xinxi...@163.com wrote:



 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
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[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
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.