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/IDBac_App documentation built on Oct. 25, 2022, 7:34 a.m.