R/run.R

Defines functions visualize_hc

Documented in visualize_hc

#' Run a local instance of protoshiny
#'
#' @export
#' @importFrom shiny runApp
#' @examples
#' \dontrun{
#'     visualize_hc()
#' }
#' @return No return value, launches the protoshiny Shiny application.
#' @importFrom shiny shinyApp
visualize_hc <- function() {
  runApp(shinyApp(get_ui(), get_server()))
}

Try the protoshiny package in your browser

Any scripts or data that you put into this service are public.

protoshiny documentation built on May 18, 2022, 5:13 p.m.