Displaying 1 result from an estimated 1 matches for "rjobs".
Did you mean:
jobs
2010 Aug 21
2
Making a series of similar, but modified .r files - suggested method(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 smaller jobs running on a single computer with batch files,
I have been manually changing the for(i in 1:x)