#' A Shiny App for Exploring HTTP Headers
#'
#' @export
explore_app <- function() {
shiny::runApp(system.file("shiny/http-header-explorer", package = "hdrs"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.