R/launch.R

Defines functions launch

Documented in launch

#' Run the graphical interface to the game in a web browser
#' @export
launch <- function() {
  shiny::runApp(system.file("shiny", package = "alicetwist"),
                display.mode = "normal",
                launch.browser = TRUE)
}
msaltieri/alicetwist documentation built on May 23, 2019, 7:50 a.m.