Nothing
library(RJSONIO)
setClass("A", representation(x = "integer", abc = "character"),
prototype = list(x = 1:10, abc = c("Jan", "Feb", "Mar")))
a = new("A")
toJSON(a)
toJSON(list(a, a))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.