R/onLoad.R

Defines functions .onLoad

#' Adds the content of www to www/ from this package
#'
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath('www', system.file('www', package = 'tempRepo'))
}
chasemc/tempRepo documentation built on May 28, 2019, 7:32 p.m.