Nothing
readgdsn <- function(gfile, node){
if (!inherits(gfile, "gds.class")){
return("object should inherit from 'gds.class'.")
}
stopifnot(class(node) == "character")
stopifnot(node %in% ls.gdsn(gfile))
gdsn <- read.gdsn(index.gdsn(gfile, node))
gdsn
}
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.