#' Get path for files within this package
#'
#' @param path relative path to file in this package
#' @return the absolute path to the file
#' @noRd
this_pkg <- function(path) {
system.file(path ,package="cdphmd")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.