# Dynamically unload the DLL.
# - http://r-pkgs.had.co.nz/src.html
# - https://stackoverflow.com/questions/27076732/dynamic-library-not-loading-in-r-binary-package-build
.onUnload <- function (libpath) {
library.dynam.unload("intkrige", libpath)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.