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 = 'prenomsapp'))
}
ThinkR-open/prenomsapp documentation built on Feb. 21, 2023, 7:08 p.m.