i’m trying to implement R snippet in knime
But getting error as knime.out supports only data.frame
I want to represent this into a tree from how is it possible is their any way to do so
It looks like you are trying to use data.table instead of data.frame. While they are simple to convert into each other you will find that the latest versions of KNIME also support data.table