Using R functions

Hi. Im able to run a simple example with R source and R view nodes. However, how can I pass my own R function to a node? Thanks

@prietofrancisco welcome to the KNIME forum.

You can store your code in an .R file on the disk and then use the “source()” command to add it to your KNIME R node:

kn_example_r_source_script.knwf (59.1 KB)

1 Like

Hi
solved! thanks!!!
F

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.