R/onLoad.R

Defines functions .onLoad

#' Adds the content of inst/assets/ to polishedpayments/
#'
#' @importFrom shiny addResourcePath registerInputHandler
#'
#' @noRd
#'
.onLoad <- function(...) {
  shiny::addResourcePath("polishedpayments", system.file("assets", package = "polishedpayments"))
}
Tychobra/polishedpayments documentation built on May 13, 2022, 7:15 p.m.