R/zzz.R

Defines functions .onLoad

#' @importFrom shiny addResourcePath

.onLoad <- function(libname, pkgname) {
  # Create link to logo
  # shiny::addResourcePath("pcaExplorer", system.file("www", package="pcaExplorer"))
  
  shiny::addResourcePath("sbs", system.file("www", package = "shinyBS"))
}

Try the pcaExplorer package in your browser

Any scripts or data that you put into this service are public.

pcaExplorer documentation built on Nov. 8, 2020, 5:29 p.m.