R/launcher_shiny.R

#' launcher for the shiny application
#'
#' @importFrom shiny runApp
#'
#' @keywords internal

runUI <- function () {

  shiny::runApp( system.file('shiny_app', package = 'OpenImageR') )
}
mlampros/OpenImageR documentation built on July 30, 2023, 1:17 a.m.