R/onLoad.R

#' Add www to shinyRange/
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath('shinyRange', system.file('www', package = 'shinyRange'))
}
wkdavis/shinyRange documentation built on May 31, 2019, 4:56 a.m.