R/onLoad.R

Defines functions .onLoad

#' Adds the content of www to addinCron/
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
#'
.onLoad <- function(...) {
  shiny::addResourcePath('addinit', system.file('www', package='addinit'))
}
dreamRs/addinit documentation built on Dec. 15, 2021, 2:56 a.m.