R Model Writer Format

Hi,

Is there any documentation on how the R Model Writer Nodes work? I have some integration work that I'd like to do, keeping the Knime R Model Reader/Writer nodes.

I can see that the file is zipped, then the object.file file is also a zipped file. Inside that, there is a knime.R, which looks like a serialized format of the object. There is other files that list requirements.

Can you share how you serialize/deserializeĀ the object?

Cheers,

Rob

Ah, got it.

It's a workspace save. Loadable with:

load("C:\\Users\\my.user\\scratch\\unzip\\knime.R")

Cheers,

Rob

Ā 

1 Like

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