#' Adds the content of inst/assets/ to polishedpayments/
#'
#' @importFrom shiny addResourcePath registerInputHandler
#'
#' @noRd
#'
.onLoad <- function(...) {
shiny::addResourcePath("polishedpayments", system.file("assets", package = "polishedpayments"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.