R/onLoad.R

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