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