#' load package dependencies
#'
#' @param libname libname
#' @param pkgname pkgname
#' @importFrom shiny addResourcePath
#' @return load package dependencies
#' @export
#'
.onLoad <- function(libname, pkgname) {
shiny::addResourcePath(
"addonbs5-assets",
system.file("assets", package = "addonbs5")
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.