#' @useDynLib eSVD2
#' @importFrom Rcpp evalCpp
#' @exportPattern "^[[:alpha:]]+"
NULL
# see https://stackoverflow.com/questions/74172476/devtoolsdocument-wont-include-usedylib-in-namespace
.onUnload <- function(libpath) {
library.dynam.unload("eSVD2", libpath)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.