serialise | R Documentation |
Serialise an object to JSON.
Default serialiser can be change by setting the
AMBIORIX_SERIALISER
option to the desired function.
serialise(data, ...)
data |
Data to serialise. |
... |
Passed to serialiser. |
## Not run: serialise(cars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.