Displaying 1 result from an estimated 1 matches for "results_fram".
Did you mean:
results_frame
2003 Jul 19
1
Method 'EvaluateNoReturn' of object 'IStatConnector' failed
...a custom function
in R which returns a dataframe. I want to be able to retrieve the contents
of the returned dataframe in my application.
Here is a snippet of the code (line that throws exception). X has been
correctly declared and init'ed earlier on in the code.
x.EvaluateNoReturn("results_frame <- MyFunction()")
I was intending to then invoke the GetSymbol method to retrieve the contents
of results_frame into a local variable.
I notice that this still dosen't work if I try to use the Evaluate method to
directly assign the returned dataframe to my local variable.
My que...