R/onLoad.R

Defines functions .onLoad

#' Adds the content of inst/assets/ to shinydbauth/
#'
#' @importFrom shiny addResourcePath
#'
#' @noRd
#'
.onLoad <- function(...) {
  shiny::addResourcePath("shinydbauth", system.file("assets", package = "shinydbauth"))
}

Try the shinydbauth package in your browser

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

shinydbauth documentation built on May 29, 2024, 12:03 p.m.