.onLoad = function(libname, pkgname) {
set_paths()
}
.onAttach = function(libname, pkgname) {
path_from_options(TRUE)
}
.onUnload = function(libpath) {
}
.onDetach = function(libpath) {
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.