gy_serialise | R Documentation |
Serialise and deserialise a list of objects/files
gy_serialise(object, files = character(0), method = "qs", ...)
gy_deserialise(object, files = TRUE, ...)
gy_serialize(object, files = character(0), method = "qs", ...)
gy_deserialize(object, files = TRUE, ...)
object |
the object to encrypt |
files |
external files to serialise (not yet implemented) |
method |
the serialisation method to use (base, qs, or custom) |
... |
arguments passed to the underlying serialisation method |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.