I’m trying hard to configure an R-Node to get some parameter created in an R function out as a variable in KNIME for further use in the workflow. Unfortunately I can’t find a way to do it.
I have intercept and slope from regression as parameter in R. How can I “send” them as a variable to the output?
Hi @Solarianer,
You can assign values to the output flow variables like this:
knime.flow.out <- list(myvarname = "my flow variable value")
Kind regards,
Alexander
4 Likes
Works, THX Alex, Andreas
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.