Re: [R] What is the correct syntax of "for" or "if" in Rexcel

2012-03-20 Thread Jeff Newmiller
A) This is the wrong list for StatConn questions. B) My guess would be that you need to send the entire loop in one call. --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#

[R] What is the correct syntax of "for" or "if" in Rexcel

2012-03-20 Thread Dong-Joon Lim
Hello thankful R friends, Can I use iteration (for) or conditional (if) syntax in rexcel using rrun? I've finished coding my program and want to run through Excel. I just want to run such as Call rinterface.RRun("for(i in 1:10){") Call rinterface.RRun("a[i,1]<-i") Call rinterface.RRun("}") But i