pickle | R Documentation |
Recurses through the object hierarchy storing unique elements and the information necessary to reconstitute the object.
pickle(object, connection = NULL, compress = TRUE, ...)
object |
The object to 'pickle'. |
connection |
an open connection, a string indicating the desired filename or NULL. If NULL returns a raw vector. |
compress |
if connection is a string, and compress is TRUE, opens a gzfile to store the pickled object data to. If compress is FALSE no compression is applied. Compress can also be one of bzip, xz, gzip to indicate the type of compression to apply. |
... |
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.