Is there any way to create multiple output ports in a R scripting snippet? I'd like to have one port containing a list of plots and another one containing a table (basically a csv file). Thanks in advance.
Hello,
Since there are many different potential choices (2 plots, 3 plots, 2 tables and a plot etc.). We have added the concept of an R workspace port which you can use to branch your workspace into different nodes to collect different results as you would with a regular KNIME workflow. Example 006001 on the public example server demonstrates some of this functionality.
Regards,
Aaron
Thanks Aaron, I'll check it out. Can you do a similar thing with RServe?
Hi Hatwa,
No, unfortunately, these node are only available for the "local" nodes.
Regards,
Aaron