R/zzz.R

Defines functions .onLoad

#' @importFrom shiny addResourcePath

.onLoad <- function(libname, pkgname) {
  shiny::addResourcePath("sbs", system.file("www", package = "shinyBS"))
}
lea-rothoerl/DeeDee documentation built on Dec. 21, 2021, 9:47 a.m.