R/onLoad.R

Defines functions .onLoad

#' Adds the content of inst/assets/ to flexpivot/
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
#'
.onLoad <- function(...) {
  shiny::addResourcePath("flexpivot", system.file("assets", package = "flexpivot"))
}
dreamRs/flexpivot documentation built on Oct. 26, 2023, 9:46 a.m.