R/launch.R

Defines functions launch

Documented in launch

#' Run the shiny application inside a web browser window
#' @export
launch <- function() {
  shiny::runApp(system.file("shiny", package = "americanRoulette"),
                display.mode = "normal",
                launch.browser = TRUE)
}
ignatkulinka/americanRoulette documentation built on Dec. 30, 2020, 2:42 p.m.