R/shiny_launchers.R

Defines functions launch_aba_shiny

Documented in launch_aba_shiny

#' Launch an instance of the Allen Brain Atlas (ABA) shiny app
#'
launch_aba_shiny <- function() {
  aba_shiny <- system.file("shiny-examples", "aba", package = "xstitch")
  shiny::runApp(aba_shiny)
}
hypercompetent/xstitch documentation built on July 22, 2019, 10:11 p.m.