Hi, I want to mudulize my code.
I figure it's nice to use R code as a wrapper, and call different RM processes.
Since R is more flexible and better with logics, it's easier to parse inputs and organize outputs with R.
Is it possible to call RM process in `execute R`?
Thanks-
Dear Juju,
this is not easily possible. What you can do is call rapidminer using the command line interface. with
rapidminer -f my_process.xml
you can excecute processes via cmd.
~Martin