R/onLoad.R

Defines functions .onLoad

#' Adds the content of www to where/
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath("where", system.file('www', package = "where"))
}
dreamRs/where documentation built on Jan. 30, 2020, 4:20 p.m.