unpickle: Deserialize pickle data recreating object structure including...

View source: R/unpickle.R

unpickleR Documentation

Deserialize pickle data recreating object structure including internal object references

Description

Uses serialized pickle generated data to reconstitute an object of the same structure as was originally pickled. Internal shared object references are maintained in the new object.

Usage

unpickle(connection, ...)

Arguments

connection

an open connection, a string indicating the name of source file or a raw vector.

...

arguments passed to or from other methods.

Value

NULL unless connection = NULL, when the result is returned in a raw vector.


d-sharpe/pickleR documentation built on July 8, 2022, 7:31 p.m.