unpickle | R Documentation |
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.
unpickle(connection, ...)
connection |
an open connection, a string indicating the name of source file or a raw vector. |
... |
arguments passed to or from other methods. |
NULL unless connection = NULL, when the result is returned in a raw vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.