R/onload.R

Defines functions .onLoad

#' Adds the content of www to www/ from this package
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath('www', system.file('app/www', package = 'hglogging'))
}
sebdalgarno/hglogging documentation built on Oct. 15, 2019, 12:28 p.m.