Retrieving multiple columns from result of single R-server call in load script
Hello,
I'm having difficulty retrieving multiple columns of data from result of a single call to R-Server in my load script.
Below is the data I send to the R-Server and a working R-Server SSE call, but the call only returns one column; "surv", even though the result object contains multiple columns. I'd like to retrieve both "surv" and "time" columns (and ideally the "strata" as well) from the result object at the same time.
If I remove the [1]$surv spec from the call (which actually works in RTerm), the SSE returns an error.
Is it possible to accomplish what I'm trying to do?