#------------------------------------------------
# link to Rcpp
#' @useDynLib bobfunctions2, .registration = TRUE
#' @importFrom Rcpp sourceCpp
NULL
#------------------------------------------------
# unload dll when package is unloaded
#' @noRd
.onUnload <- function(libpath) {
library.dynam.unload("bobfunctions2", libpath)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.