Get parameter out of an R View node as variables

Hi @Solarianer,
You can assign values to the output flow variables like this:

knime.flow.out <- list(myvarname = "my flow variable value")

Source

Kind regards,
Alexander

4 Likes