# Just for exporting RCpp things using roxygen
#' @useDynLib cbce, .registration=TRUE
#' @import methods
#' @importFrom Rcpp loadModule
#' @import Rcpp
#'
NULL
.onUnload <- function (libpath) {
library.dynam.unload("cbce", libpath)
}
loadModule("cbase", TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.