R/onload.R

Defines functions .onLoad

#' Adds the content of www to www/ from this package
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath('www', system.file('www', package = 'clientapp'))
}
ThinkR-open/clientapp documentation built on Sept. 17, 2023, 7:02 p.m.