I am being driven crazy by this error. The data I am trying to manipulate in the R script is taking a while to load (circa 20-25 seconds) and hence the execution of the code is failing.
I built a 25 seconds delay in the code anticipating the data to load into R snippet from the previous node.
The error on the Console is ERROR R Snippet 0:12 Execute failed: R evaluation failed.
When I open the node and evaluate the script then error is Error: object 'knime.in' not found. If i wait for 15 seconds, knime.in gets loaded and then the script works fine
Can someone please help?