R/onLoad.R

Defines functions .onLoad

#' Adds the content of inst/assets/ to shinypivottabler/
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
#'
.onLoad <- function(...) {
  shiny::addResourcePath("shiny_pivot_table", system.file("demo_app/www", package = "shinypivottabler"))
}
datastorm-open/shinypivottabler documentation built on Jan. 14, 2023, 9:47 a.m.