.onLoad <- function(libname, pkgname) {
# set bbi executable path
if (is.null(getOption("rbabylon.bbi_exe_path"))) {
options("rbabylon.bbi_exe_path" = "bbi")
}
if (is.null(getOption("rbabylon.strict"))) {
options("rbabylon.strict" = TRUE)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.