R/onload.R

#' Adds the content of www to www/ from this package
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath('www', system.file('www', package = 'Lims1'))
}
ceparman/Lims1 documentation built on May 9, 2019, 8:13 a.m.