R/onload.R

#' Adds the content of www to www/ from this package
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath('www', system.file('app/www', package = 'TestApp'))
}
MartaGajewska/testGolemApp documentation built on May 11, 2019, 7:31 p.m.