.onLoad <- function(libname, pkgname) {
path <- system.file("static", package = "kinesis")
shiny::addResourcePath(prefix = "static", directoryPath = path)
invisible()
}
.onUnload <- function(libname, pkgname) {
shiny::removeResourcePath("static")
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.