[R] Making a series of similar, but modified .r files - suggested method(s)?

2010-08-21 Thread Laura S
Dear all: Any suggestions are much appreciated. I am looking for a way to make a series of similar, but slightly modified, .r files. My issue is automating making 320 .r files that change the for(i in 1:x) in my base .r file (as well as other elements, e.g., the load(...), setwd(...)). For

Re: [R] Making a series of similar, but modified .r files - suggested method(s)?

2010-08-21 Thread Barry Rowlingson
On Sat, Aug 21, 2010 at 6:48 PM, Laura S lesla...@gmail.com wrote: Dear all: Any suggestions are much appreciated. I am looking for a way to make a series of similar, but slightly modified, .r files. My issue is automating making 320 .r files that change the for(i in 1:x) in my base .r file

Re: [R] Making a series of similar, but modified .r files - suggested method(s)?

2010-08-21 Thread Charles C. Berry
On Sat, 21 Aug 2010, Laura S wrote: Dear all: Any suggestions are much appreciated. I am looking for a way to make a series of similar, but slightly modified, .r files. My issue is automating making 320 .r files that change the for(i in 1:x) in my base .r file (as well as other elements,