Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a variable vTemp that i would like to update during the execution of an R script. Something like this:
=R.ScriptAggrStr( 'd<-as.data.frame(cbind(q$ph,q$ind)); q$vTemp<-SOME_VALUES ; print(as.character(d[,2]))',
[INDICATION] as ind,
[PHASE] as ph,
vTemp)
What I like to obtain is that at the end of the execution SOME_VALUES will be stored in the variable vTemp. Is this possible?
Best Regards
You can do this but would need a client side extension to perform the setting of a variable from the answer.
You can do this but would need a client side extension to perform the setting of a variable from the answer.