Converts a KNIME data table into a data frame which is accessible within R as
knime.in.
More details about R:
http://www.r-project.org/
Short-refcard.pdf
Examples
Take the input column "d", compute students t-test and store the p-value in the flow variable p.value:
h <- t.test(knime.in["d"])Read the data from the file defined by the flow variable fname. The data object will be sent to the output:
data <- read.table(knime.flow.in[["fname"]])You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension KNIME Interactive R Statistics Integration from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!