Description Usage Arguments Value See Also Examples
View source: R/serializeModel.R
A simple low-level interface for serializing models.
1 | serializeModel(model)
|
model |
model object |
A binary output
1 2 3 4 5 6 | ## Not run:
# don't run this sript
## End(Not run)
x <- serialize(list(1,2,3), NULL)
unserialize(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.