R evaluation failed "class(knime.out)"

@JWebb often a command like

knime.out <- as.data.frame(<your content>)

goes a long way. You will have to deal with the structure of the data (often strings) later but it will work. If you just want to store something from within R and use it later again in R you could also save something as .rdata:

2 Likes