R/onLoad.R

Defines functions .onLoad

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

  invisible(NULL)
}
Tychobra/tbiotools documentation built on Aug. 27, 2022, 3 p.m.