R/onLoad.R

Defines functions .onLoad

#' Adds the content of inst/assets/ to moffitt/
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
#'
.onLoad <- function(...) {
  shiny::addResourcePath("signinpkg", system.file("assets", package = "signinpkg"))

  invisible(NULL)
}
GatherWare/signinpkg documentation built on April 14, 2022, 9:27 a.m.