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"))
}

Try the shinypivottabler package in your browser

Any scripts or data that you put into this service are public.

shinypivottabler documentation built on Jan. 6, 2023, 5:25 p.m.