Re: [R] Dependency Injection & Inversion of Control for Data

2014-07-29 Thread Reed Spool
- > Sent from my phone. Please excuse my brevity. > > On July 29, 2014 9:02:31 AM PDT, Reed Spool wrote: > >Greetings, > > > >New to R, coming from Java (Spring). > > > >We have many different data sources (CSV's) for our analysis. Some o

[R] Dependency Injection & Inversion of Control for Data

2014-07-29 Thread Reed Spool
Greetings, New to R, coming from Java (Spring). We have many different data sources (CSV's) for our analysis. Some of them need preprocessing at the time of analysis - doing it earlier and saving the resultant table doesn't make sense. My code is getting tangled quickly as I try to read.csv my m