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