#' Function that accesses files in the current package
#'
#' @param ... Character vectors, specifying subdirectory and file(s) within the package.
#'
#' @export
app_sys <- function(...) {
system.file(..., package = "TrackerDashboard")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.