#' rptPlus: R Package Template - enhanced
#'
#' The "rptPlus.R" file is a dummy function that contains
#' roxygen2 tags in the header which add the required directives for
#' calling compiled code to the NAMESPACE file.
#'
#' @docType package
#' @name rptPlus
#' @useDynLib rptPlus
#' @importFrom Rcpp sourceCpp
NULL
# [END]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.