| rxSerialize | R Documentation |
Serialize an R Object to a Raw Vector
rxSerialize(x, type = c("xz", "bzip2", "base"))
x |
object to serialize |
type |
serialization type; one of "base", "xz" or "bzip2". |
raw vector
Matthew L. Fidler
rxSerialize(mtcars)
rxRawToC(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.