🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Examples for the R Scripting operator have errors - confirmation sought for possible solution.

User: "Andrew"
New Altair Community Member
Updated by Jocelyn
The examples that come with the R scripting operator (I have 9.6.000 installed) don't always work. 

After a bit of investigation, it turns out that the rm_main function must return data frames and not data.table objects. 

So, this fragment of code from the end of the example that comes with the R script operator doesn't work.
return(list(data,data2))
While this does
return(list(data.frame(data),data.frame(data2)))
Would it be possible to get confirmation that I'm right?

Find more posts tagged with

No comments on this post.