Nothing
.onLoad <- function(libname = find.package("bigmelon"), pkgname="bigmelon"){
options(runLast = TRUE)
.GlobalEnv$.Last <- function(x = ls(.GlobalEnv)){
for(i in x){
if(inherits(get(i), "gds.class")){
a <- try(closefn.gds(get(i)), silent = TRUE)
}
}
}
}
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.