How to use igraph package of R in knime

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

KNIME_project31.knwf (3.6 KB)

I need tree form to move further

Hi @shivanisrivarshini -

If you are wanting to create a plot rather than output a dataframe, use the R View (Table) node, which has an image output port.

1 Like

Hi @shivanisrivarshini!

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 :slight_smile:

Hope that helps,
Cheers,
Jonathan.

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