R/onLoad.R

Defines functions .onLoad

#' Adds the content of www to www/ from this package
#'
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath('www', system.file('www', package = 'IDBacApp'))
}
chasemc/IDBacApp documentation built on Oct. 22, 2022, 2:52 a.m.