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