Replies: 1 comment 1 reply
-
saveRDS(OutputCollect,path_rds_outputcollect) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi sorry for the beginner question, I just started to explore Robyn. I see that with the newer version that the JSON files are preferred over the RDS files. As such, in the demo I see that
robyn_response
androbyn_allocator
takes in the OutputCollect as an argument if robyn_object (eg, the RDS file) is not passed in.I would like to save down the OutputCollect so I can read it back in later if my session terminated for whatever reason. InputCollect seems to be savable by
robyn_write
and later callingrobyn_inputs
with the JSON path as it does here:https://github.com/facebookexperimental/Robyn/blob/main/demo/demo.R#L321-L325
Can the same be done with OutputCollect?
Beta Was this translation helpful? Give feedback.
All reactions