Re: [R] What is the correct syntax of "for" or "if" in Rexcel
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
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