R/onload.R

Defines functions .onLoad

#' Adds the content of www to www/ from this package
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath('www', system.file('app/www', package = 'apptemplate'))
}
poissonconsulting/apptemplate documentation built on Aug. 1, 2020, 8:40 p.m.