R/shiny.R

Defines functions explore_app

Documented in explore_app

#' A Shiny App for Exploring HTTP Headers
#'
#' @export
explore_app <- function() {
  shiny::runApp(system.file("shiny/http-header-explorer", package = "hdrs"))
}
hrbrmstr/hdrs documentation built on May 23, 2019, 4 a.m.