jobj | R Documentation |
Serialises an object to JSON in res$render
.
jobj(obj)
obj |
Object to serialise. |
Object of class "jobj".
if (interactive()) {
l <- list(a = "hello", b = 2L, c = 3)
jobj(l)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.