Re: [Tutor] Substitution problem

2006-02-21 Thread Kent Johnson
Srinivas Iyyer wrote: > Dear group, > I am trying to automate a process in statistical > language R. > > There for 1 operation 50 lines of code is written. > This process query postgres database and does some > processing on the resulting data and writes back a > file. > > I want to replicate

[Tutor] Substitution problem

2006-02-21 Thread Srinivas Iyyer
Dear group, I am trying to automate a process in statistical language R. There for 1 operation 50 lines of code is written. This process query postgres database and does some processing on the resulting data and writes back a file. I want to replicate the 50 line code, 90 times, by substitut