Hi there,
I am struggling with exporting results from the Execute R Script Operator.
Here is how the script and the process look like :
After the process is successfully done, I only get The result
However, there is no file written.
The RapidMiner log only says
INFO: No filename given for result file, using stdout for logging results!Mar 04, 2020 10:36:58 AM com.rapidminer.Process execute
INFO: Process //Aggr/R_test starts
Mar 04, 2020 10:36:58 AM com.rapidminer.Process saveResults
INFO: Saving results.
Mar 04, 2020 10:36:58 AM com.rapidminer.Process execute
INFO: Process //Aggr/R_test finished successfully after 0 s
Since the code is running without any errors and with the expected results in R-Studio, I think it must be a configuration issue
What did I do wrong?