#' Shiny resource
#'
#' @importFrom shiny addResourcePath registerInputHandler
#'
#' @noRd
.onLoad <- function(...) {
shiny::addResourcePath("shinylogs", system.file("assets", package = "shinylogs"))
shiny::registerInputHandler("parse_logInput", parse_logInput)
shiny::registerInputHandler("parse_lastInput", parse_lastInput)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.