Re: [R] multiple input files single output - lapply? - pls advise

2015-04-11 Thread B Dittmann
art > which I don't think will matter) has been asked and answered many times, > with > > do.call("rbind", foo) > > being a common answer. > > Best, > Ista > On Apr 10, 2015 5:35 PM, "B Dittmann" wrote: > >> Dear R users, >> >

[R] multiple input files single output - lapply? - pls advise

2015-04-10 Thread B Dittmann
Dear R users, hope you can point me in the right direction. I am stuck with the following problem. My function "f1" reads csv files, manipulates them into the right xts format and returns the output at the end. This works perfectly fine. Now, I need to run "f1" over a long list of various csv fil