R/onLoad.R

Defines functions .onLoad

#' Adds the content of www to shinyWidgets/
#'
#' @import shiny
#'
#' @noRd
#'

.onLoad <- function(...) {
  addResourcePath('shinyWidgets', system.file('www', package = 'shinyWidgets'))
}
aghozlane/shinyWidgets documentation built on May 5, 2019, 8:01 p.m.