Marshalling of R objects
Value
marshal()
returns a marshalled
object, which is a list with
components:
marshalled
: marshalled version of the original objectunmarshal
: function that takes themarshalled
object as input and returns an unmarshalled version of the original object.
unmarshal()
returns an unmarshalled version of the original object.