`execute R` vs `execute script (R)`
juju
New Altair Community Member
Hi I just found there are two processes for calling R - is one of them obsolete? Thanks
Code is here - it seems to say `execute R` is for rapidminer 6.4 and `execute script (R)` is for 5.3
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="6.4.000">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="6.4.000" expanded="true" name="Process">
<process expanded="true">
<operator activated="true" class="r_scripting:execute_r" compatibility="6.4.000" expanded="true" height="60" name="test" width="90" x="179" y="120">
<parameter key="script" value="rm_main = function(){ } "/>
</operator>
<operator activated="true" class="r:execute_script_r" compatibility="5.3.000" expanded="true" height="60" name="Execute Script (R)" width="90" x="179" y="210">
<parameter key="script" value="rm_main = function(){ } "/>
<enumeration key="inputs"/>
<list key="results">
<parameter key="acc" value="Generic R Result"/>
<parameter key="dt" value="Data Table"/>
</list>
</operator>
<portSpacing port="source_input 1" spacing="90"/>
<portSpacing port="sink_result 1" spacing="0"/>
</process>
</operator>
</process>
0
Best Answer
-
Hi juju,
execute R is the most up to date one.
~Martin
0
Answers
-
Hi juju,
execute R is the most up to date one.
~Martin
0 -
Thanks Martin! I'll ask something about `execute R` in a new thread
0