I have recently begun having trouble using Knime 3.2 and the Table to R node. When I analyze a small data table (1 million rows) everything works fine, but when I attempt to use a larger table (10 million rows) I get a failure.
I attempted to troubleshoot the problem by running the R script interactively in the node configuration interface. Once the node initializes and the knime.flow.in and knime.in objects appear in the Workspace if I view (print or head) knime.in I get "data frame with 0 columns and 0 rows" suggesting to me that the knime data table has not been successfully transferred to R.
Similarly, if I view the knime.log I see that the Table to R node begins reading the data as a .bin.gz temporary file, but then closes the file and the node reports a reset. See attached log excerpt.
I'm wondering if you have any suggestions that might help me troubleshoot this.
Thanks, Doug B.