.onLoad <- function(libname, pkgname){
if (is.null(getOption("RDSTK_api_base"))) {
default_base <- "http://www.datasciencetoolkit.org"
options("RDSTK_api_base"=default_base)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.