Nothing
# Some constants
EXT_TO_CONTENT_TYPE <- list(
"json" = "application/json",
"xml" = "application/xml",
"csv" = "text/csv",
"html" = "text/html",
"txt" = "text/plain",
"tsv" = "text/tab-separated-values"
)
CONTENT_TYPE_TO_EXT <- structure(as.list(names(EXT_TO_CONTENT_TYPE)),
.Names = unlist(EXT_TO_CONTENT_TYPE, use.names = FALSE)
)
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.