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"))
}
socioskop/polipay documentation built on Dec. 23, 2021, 3:30 a.m.