R/launch-shiny.R

Defines functions launch

#' Run the graphical interface to the app in a web browser
#' @examples
#' @export

launch <- function(){

  shiny::runApp(system.file("shiny", "app", package = "testShinyServeR"),
                display.mode = "normal",
                launch.browser = TRUE)
}
odaniel1/testShinyServeR documentation built on Nov. 12, 2019, 12:06 a.m.