R/onLoad.R

Defines functions .onLoad

#' Adds the content of assets/ to conrappli/
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
.onLoad <- function(...) {
  shiny::addResourcePath("conrappli", system.file("assets", package = "conrappli"))
}
gdauby/conrappli documentation built on Jan. 21, 2025, 12:51 p.m.