Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

`execute R` vs `execute script (R)`

jujujuju Member Posts: 39 Maven
edited March 2020 in Help

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(){&#10; &#10;&#10;&#10;}&#10;"/>
</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(){&#10; &#10;&#10;&#10;}&#10;"/>
<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>
Tagged:

Best Answer

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,531 RM Data Scientist
    Solution Accepted

    Hi juju,

    execute R is the most up to date one.

     

    ~Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany

Answers

  • jujujuju Member Posts: 39 Maven

    Thanks Martin! I'll ask something about `execute R` in a new thread 

Sign In or Register to comment.